aboutsummaryrefslogtreecommitdiff
path: root/vm/native/dalvik_system_VMStack.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGESteve Block2012-01-061-2/+2
| | | | | | | See https://android-git.corp.google.com/g/157065 Bug: 5449033 Change-Id: Ia5d301248024df26c2a29dabdfe738e39ec87c82
* Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGESteve Block2012-01-051-1/+1
| | | | | | | See https://android-git.corp.google.com/g/156801 Bug: 5449033 Change-Id: Ic558031c75b3702d90eb78bd730501ae5d3c077b
* Remove an unused internal native.Elliott Hughes2011-06-231-20/+0
| | | | Change-Id: I9a8976e7e505dfa6b641a76edc1e65be68b73339
* Further conservation of newlines.Dan Bornstein2011-05-261-1/+1
| | | | | | Friends don't let friends end LOG() strings with newlines. Change-Id: I5a18c766c90c4ab5f03caa6acd601d34d91beb00
* Consolidate curFrame fields in thread storagebuzbee2011-04-221-4/+7
| | | | | | | We ended up with two locations in the Thread structure for saved Dalvik frame pointer. This change consolidates them. Change-Id: I78f288e4e57e232f29663be930101e775bfe370f
* Replace public uses of dvmAllocArray with dvmAllocArrayByClass.Carl Shapiro2011-04-191-4/+3
| | | | Change-Id: Ica5d457566ebf1196af5c0ef260ddeb95f569b81
* Convert the internal and in-line natives to C++.Carl Shapiro2011-04-121-0/+256
Change-Id: I2ece682bc3b4d3b55ab27c60fd84a0b3243d7ca6