summaryrefslogtreecommitdiffstats
path: root/vm/ReferenceTable.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-081-2/+2
* Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGESteve Block2012-01-061-11/+11
* Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGESteve Block2011-10-261-2/+2
* Don't use dvmIsValidObject outside the GC.Elliott Hughes2011-07-191-1/+1
* Fix the jweak implementation.Elliott Hughes2011-07-111-35/+47
* Don't be too specific in reference table summaries.Elliott Hughes2011-06-201-12/+11
* Fix build: rebase went wrong.Elliott Hughes2011-06-171-1/+0
* Make some of the StringObject functions member functions.Elliott Hughes2011-06-171-0/+1
* Add and use StringAppendF.Elliott Hughes2011-06-171-5/+5
* Improve reference table dumping.Elliott Hughes2011-06-161-32/+48
* Further conservation of newlines.Dan Bornstein2011-05-261-16/+16
* Establish a subclass relationship between ArrayObject and Object.Carl Shapiro2011-05-031-1/+1
* Move the remaining non-compiler VM code into C++.Carl Shapiro2011-04-151-0/+342