summaryrefslogtreecommitdiffstats
path: root/vm/interp
Commit message (Expand)AuthorAgeFilesLines
* Change IsMethodTracingActive to GetMethodTracingMode.Jeff Hao2013-08-301-2/+3
* Add support for sample profiling in traceview.Jeff Hao2013-08-282-1/+6
* JIT tuning; set cache size on command linebuzbee2013-05-231-1/+1
* Fix JIT initialization racebuzbee2013-05-011-0/+3
* Print the locker thread when waiting on an objectPal Szasz2012-12-061-0/+3
* remove duplicated call to dvmJitCalleeSave()Rocky Zhang2012-11-291-1/+0
* Handle MAX_INT case in packed-switchChris Dearman2012-10-151-11/+9
* Log when the native trace is unavailableAndy McFadden2012-09-201-0/+2
* RETURN_VOID_BARRIER is also a return.Elliott Hughes2012-08-061-2/+2
* [X86] X86 trace JIT compiler supportDong-Yuan Chen2012-07-204-20/+52
* Fix a small and unlikely memory leak.Elliott Hughes2012-07-171-1/+1
* resolved conflicts for merge of 4c5f9711 to jb-dev-plus-aospElliott Hughes2012-04-301-0/+8
|\
| * Fix the portable interpreter buildChris Dearman2012-02-151-0/+8
* | Remove stale assertbuzbee2012-01-181-1/+0
* | Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-083-20/+20
* | Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGESteve Block2012-01-062-13/+13
* | Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGESteve Block2012-01-053-7/+7
* | Remove unsupported experimental opcodes.Elliott Hughes2012-01-051-2/+1
* | Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGESteve Block2012-01-033-74/+74
* | 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
* | am f51d43f0: am e3d9cde4: Disable JIT single-stepping resume mode.Ben Cheng2011-11-021-0/+5
|\|
| * Disable JIT single-stepping resume mode.Ben Cheng2011-11-011-0/+5
| * Fix single-stepping resume mode in the interpreter.Ben Cheng2011-10-282-2/+8
* | Merge "Fix single-stepping resume mode in the interpreter."Ben Cheng2011-10-272-2/+8
|\ \
| * | Fix single-stepping resume mode in the interpreter.Ben Cheng2011-10-272-2/+8
| |/
* | Dump stacks for all native threads, not just those in JNI.Jeff Brown2011-10-272-6/+3
* | Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGESteve Block2011-10-261-11/+11
* | Rename (IF_)LOG() to (IF_)ALOG() DO NOT MERGESteve Block2011-10-251-4/+4
* | Dump native stack of JNI methods when handling SIGQUIT.Jeff Brown2011-10-222-0/+38
|/
* Attempt to fix dalvik heap corruption.Jesse Wilson2011-09-061-1/+1
* 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-192-6/+6
* Remove dead code/unused variables to avoid gcc-4.6 warnings.Doug Kwan2011-07-071-3/+0
* 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
* Normalize the include guard style.Carl Shapiro2011-06-145-15/+15
* Improve "waiting on"/"waiting to lock" SIGQUIT dump info.Elliott Hughes2011-06-071-22/+25
* Switch dvmHumanReadableDescriptor over to std::string.Elliott Hughes2011-06-072-100/+63
* More LOG newline cleanup.Dan Bornstein2011-05-261-3/+3
* Prefer printf format "%#x" over "0x%x".Dan Bornstein2011-05-262-35/+35
* Further conservation of newlines.Dan Bornstein2011-05-262-65/+65
* Pack interpSave struct to fix x86 & arm align diffbuzbee2011-05-251-1/+1
* am cf4a20cf: Interpreter/Debugger fix #4479968buzbee2011-05-253-3/+4
|\
| * Interpreter/Debugger fix #4479968buzbee2011-05-253-3/+4
* | am 313d430d: Another single-stepping fix in JIT self-verification mode.Ben Cheng2011-05-111-2/+2
|\|
| * Another single-stepping fix in JIT self-verification mode.Ben Cheng2011-05-111-2/+2