summaryrefslogtreecommitdiffstats
path: root/vm/Thread.cpp
Commit message (Expand)AuthorAgeFilesLines
* Dump native stacks for all threads in native code.Elliott Hughes2013-04-111-10/+21
* Reclaiming attribute obj after pthread_createYou Kim2012-12-211-7/+6
* Merge branch 'jb-mr1-release' of https://android.googlesource.com/platform/da...Steve Kondik2012-11-181-9/+27
|\
| * Log when the native trace is unavailableAndy McFadden2012-09-181-4/+12
| * resolved conflicts for merge of 93a44a28 to jb-dev-plus-aospElliott Hughes2012-05-031-5/+15
| |\
| | * [MIPS] Dalvik fast interpreter support and JIT implementationRaghu Gandham2012-05-021-3/+14
| | * Fix a small memory leak.Elliott Hughes2012-04-191-1/+4
* | | dalvik: Fix various compile failures with gcc 4.6Bernhard Rosenkraenzer2012-07-101-0/+12
|/ /
* | Add a -XX:mainThreadStackSize= option.Elliott Hughes2012-04-121-1/+1
* | Dump the native stacks of threads in VmWait as well Native.Elliott Hughes2012-04-051-1/+1
* | Fix a small memory leak.Elliott Hughes2012-01-091-1/+4
* | Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-081-21/+21
* | Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGESteve Block2012-01-061-21/+21
* | Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGESteve Block2012-01-051-6/+6
* | Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGESteve Block2012-01-031-16/+16
* | Disable dumping native stacks of non-Dalvik threads.Jeff Brown2011-11-031-1/+3
* | Dump stacks for all native threads, not just those in JNI.Jeff Brown2011-10-271-45/+144
* | Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGESteve Block2011-10-261-10/+10
* | Dump native stack of JNI methods when handling SIGQUIT.Jeff Brown2011-10-221-0/+5
|/
* Clean up IndirectRefTable a bit.Elliott Hughes2011-06-211-3/+4
* Break a dependency on frameworks/base when building a host VM.Elliott Hughes2011-06-151-82/+3
* Improve "waiting on"/"waiting to lock" SIGQUIT dump info.Elliott Hughes2011-06-071-25/+10
* More LOG newline cleanup.Dan Bornstein2011-05-261-3/+3
* Further conservation of newlines.Dan Bornstein2011-05-261-98/+98
* Remove dead code.Carl Shapiro2011-05-111-1/+0
* InterpBreak cleanup (part 1)buzbee2011-04-221-35/+28
* Consolidate curFrame fields in thread storagebuzbee2011-04-221-4/+4
* Remove DVM_LOCK_INIT and DVM_LOCK_INITIAL_THIN_VALUE.Carl Shapiro2011-04-201-1/+0
* Remove unneeded void argument list declarations.Carl Shapiro2011-04-201-17/+17
* Move the remaining non-compiler VM code into C++.Carl Shapiro2011-04-151-0/+3554