aboutsummaryrefslogtreecommitdiff
path: root/vm/interp/Interp.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change IsMethodTracingActive to GetMethodTracingMode.Jeff Hao2013-08-301-2/+3
* Add support for sample profiling in traceview.Jeff Hao2013-08-281-1/+5
* Fix JIT initialization racebuzbee2013-05-011-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
* RETURN_VOID_BARRIER is also a return.Elliott Hughes2012-08-061-2/+2
* [X86] X86 trace JIT compiler supportDong-Yuan Chen2012-07-201-19/+3
* 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-081-9/+9
* | Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGESteve Block2012-01-061-7/+7
* | Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGESteve Block2012-01-051-1/+1
* | Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGESteve Block2012-01-031-8/+8
* | 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-281-0/+3
* | Merge "Fix single-stepping resume mode in the interpreter."Ben Cheng2011-10-271-0/+3
|\ \
| * | Fix single-stepping resume mode in the interpreter.Ben Cheng2011-10-271-0/+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
|/
* Attempt to fix dalvik heap corruption.Jesse Wilson2011-09-061-1/+1
* Don't use dvmIsValidObject outside the GC.Elliott Hughes2011-07-191-3/+3
* Switch dvmHumanReadableDescriptor over to std::string.Elliott Hughes2011-06-071-62/+34
* Prefer printf format "%#x" over "0x%x".Dan Bornstein2011-05-261-12/+12
* Further conservation of newlines.Dan Bornstein2011-05-261-36/+36
* Interpreter/Debugger fix #4479968buzbee2011-05-251-1/+1
* Another single-stepping fix in JIT self-verification mode.Ben Cheng2011-05-111-2/+2
* x86 interpreter fixbuzbee2011-05-021-0/+5
* Get rid of uneeded extern, enum, typedef and struct qualifiers.Carl Shapiro2011-04-271-2/+2
* Refine & simplify the interBreak mechanismbuzbee2011-04-251-53/+68
* InterpBreak cleanup (part 1)buzbee2011-04-221-24/+7
* Consolidate curFrame fields in thread storagebuzbee2011-04-221-18/+18
* Remove unneeded void argument list declarations.Carl Shapiro2011-04-201-5/+5
* Move the verifier and parts of the interpreter into C++.Carl Shapiro2011-04-151-0/+1994