summaryrefslogtreecommitdiffstats
path: root/vm/Misc.cpp
Commit message (Expand)AuthorAgeFilesLines
* Possible leak in dvmAllocRegionYou Kim2012-12-181-0/+1
* Log when the native trace is unavailableAndy McFadden2012-09-181-2/+4
* Fix for 6994917 GC is slower since JOO33B per FrameworkPerf testMathieu Chartier2012-08-231-1/+6
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-081-1/+1
* Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGESteve Block2012-01-061-2/+2
* Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGESteve Block2012-01-051-5/+5
* Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGESteve Block2011-10-261-1/+1
* Don't wrap the actual type in parens if its null.Jesse Wilson2011-08-141-1/+1
* Improve -verbose:jni.Elliott Hughes2011-06-281-1/+29
* Add and use StringAppendF.Elliott Hughes2011-06-171-1/+8
* Improve reference table dumping.Elliott Hughes2011-06-161-0/+17
* Improve "waiting on"/"waiting to lock" SIGQUIT dump info.Elliott Hughes2011-06-071-0/+55
* Switch dvmHumanReadableDescriptor over to std::string.Elliott Hughes2011-06-071-18/+6
* Further conservation of newlines.Dan Bornstein2011-05-261-13/+13
* Remove unneeded void argument list declarations.Carl Shapiro2011-04-201-2/+2
* Move the remaining non-compiler VM code into C++.Carl Shapiro2011-04-151-0/+729