aboutsummaryrefslogtreecommitdiff
path: root/vm/interp/Stack.cpp
Commit message (Expand)AuthorAgeFilesLines
* Print the locker thread when waiting on an objectPal Szasz2012-12-061-0/+3
* Log when the native trace is unavailableAndy McFadden2012-09-181-0/+2
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-081-7/+7
* Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGESteve Block2012-01-061-6/+6
* Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGESteve Block2012-01-051-5/+5
* Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGESteve Block2012-01-031-7/+7
* Use libcorkscrew to format the stack trace.Jeff Brown2011-11-211-10/+4
* am 50e01501: Merge "Knock ::self() out of the ParseXml profile." into ics-mr1Elliott Hughes2011-11-051-4/+2
|\
| * Knock ::self() out of the ParseXml profile.Elliott Hughes2011-11-031-4/+2
* | Slight change to unwinder API.Jeff Brown2011-11-031-1/+1
* | Dump stacks for all native threads, not just those in JNI.Jeff Brown2011-10-271-5/+2
* | Dump native stack of JNI methods when handling SIGQUIT.Jeff Brown2011-10-221-0/+37
|/
* Don't wrap the actual type in parens if its null.Jesse Wilson2011-08-141-6/+1
* Don't use dvmIsValidObject outside the GC.Elliott Hughes2011-07-191-3/+3
* Improve -verbose:jni.Elliott Hughes2011-06-281-5/+5
* Add and use StringAppendF.Elliott Hughes2011-06-171-2/+2
* Improve reference table dumping.Elliott Hughes2011-06-161-6/+3
* Improve "waiting on"/"waiting to lock" SIGQUIT dump info.Elliott Hughes2011-06-071-22/+25
* Switch dvmHumanReadableDescriptor over to std::string.Elliott Hughes2011-06-071-38/+29
* More LOG newline cleanup.Dan Bornstein2011-05-261-3/+3
* Further conservation of newlines.Dan Bornstein2011-05-261-29/+29
* Establish a subclass relationship between DataObject and Object.Carl Shapiro2011-05-021-1/+1
* Get rid of uneeded extern, enum, typedef and struct qualifiers.Carl Shapiro2011-04-271-2/+2
* Consolidate curFrame fields in thread storagebuzbee2011-04-221-60/+74
* am 90232632: Kill stale assert, fix for 4310384buzbee2011-04-211-4/+0
* Move the verifier and parts of the interpreter into C++.Carl Shapiro2011-04-151-0/+1384