index
:
dalvik.git
kitkat
dalvik
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
vm
/
interp
/
Interp.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change IsMethodTracingActive to GetMethodTracingMode.
Jeff Hao
2013-08-30
1
-2
/
+3
*
Add support for sample profiling in traceview.
Jeff Hao
2013-08-28
1
-1
/
+5
*
Fix JIT initialization race
buzbee
2013-05-01
1
-0
/
+3
*
remove duplicated call to dvmJitCalleeSave()
Rocky Zhang
2012-11-29
1
-1
/
+0
*
Handle MAX_INT case in packed-switch
Chris Dearman
2012-10-15
1
-11
/
+9
*
RETURN_VOID_BARRIER is also a return.
Elliott Hughes
2012-08-06
1
-2
/
+2
*
[X86] X86 trace JIT compiler support
Dong-Yuan Chen
2012-07-20
1
-19
/
+3
*
Fix a small and unlikely memory leak.
Elliott Hughes
2012-07-17
1
-1
/
+1
*
resolved conflicts for merge of 4c5f9711 to jb-dev-plus-aosp
Elliott Hughes
2012-04-30
1
-0
/
+8
|
\
|
*
Fix the portable interpreter build
Chris Dearman
2012-02-15
1
-0
/
+8
*
|
Remove stale assert
buzbee
2012-01-18
1
-1
/
+0
*
|
Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE
Steve Block
2012-01-08
1
-9
/
+9
*
|
Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE
Steve Block
2012-01-06
1
-7
/
+7
*
|
Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE
Steve Block
2012-01-05
1
-1
/
+1
*
|
Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE
Steve Block
2012-01-03
1
-8
/
+8
*
|
am f51d43f0: am e3d9cde4: Disable JIT single-stepping resume mode.
Ben Cheng
2011-11-02
1
-0
/
+5
|
\
|
|
*
Disable JIT single-stepping resume mode.
Ben Cheng
2011-11-01
1
-0
/
+5
|
*
Fix single-stepping resume mode in the interpreter.
Ben Cheng
2011-10-28
1
-0
/
+3
*
|
Merge "Fix single-stepping resume mode in the interpreter."
Ben Cheng
2011-10-27
1
-0
/
+3
|
\
\
|
*
|
Fix single-stepping resume mode in the interpreter.
Ben Cheng
2011-10-27
1
-0
/
+3
|
|
/
*
|
Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGE
Steve Block
2011-10-26
1
-11
/
+11
*
|
Rename (IF_)LOG() to (IF_)ALOG() DO NOT MERGE
Steve Block
2011-10-25
1
-4
/
+4
|
/
*
Attempt to fix dalvik heap corruption.
Jesse Wilson
2011-09-06
1
-1
/
+1
*
Don't use dvmIsValidObject outside the GC.
Elliott Hughes
2011-07-19
1
-3
/
+3
*
Switch dvmHumanReadableDescriptor over to std::string.
Elliott Hughes
2011-06-07
1
-62
/
+34
*
Prefer printf format "%#x" over "0x%x".
Dan Bornstein
2011-05-26
1
-12
/
+12
*
Further conservation of newlines.
Dan Bornstein
2011-05-26
1
-36
/
+36
*
Interpreter/Debugger fix #4479968
buzbee
2011-05-25
1
-1
/
+1
*
Another single-stepping fix in JIT self-verification mode.
Ben Cheng
2011-05-11
1
-2
/
+2
*
x86 interpreter fix
buzbee
2011-05-02
1
-0
/
+5
*
Get rid of uneeded extern, enum, typedef and struct qualifiers.
Carl Shapiro
2011-04-27
1
-2
/
+2
*
Refine & simplify the interBreak mechanism
buzbee
2011-04-25
1
-53
/
+68
*
InterpBreak cleanup (part 1)
buzbee
2011-04-22
1
-24
/
+7
*
Consolidate curFrame fields in thread storage
buzbee
2011-04-22
1
-18
/
+18
*
Remove unneeded void argument list declarations.
Carl Shapiro
2011-04-20
1
-5
/
+5
*
Move the verifier and parts of the interpreter into C++.
Carl Shapiro
2011-04-15
1
-0
/
+1994