index
:
art.git
replicant-6.0
Android's art
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
runtime
/
interpreter
/
interpreter_common.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Workaround stack overflow issue with clang
Sebastien Hertz
2014-05-20
1
-15
/
+23
*
Delete ClassHelper and fix compaction bug in GetDirectInterface
Mathieu Chartier
2014-05-18
1
-3
/
+3
*
ART: Fix typo in ArtMethod::FindCatchBlock
Andreas Gampe
2014-05-14
1
-1
/
+7
*
Add Handle/HandleScope and delete SirtRef.
Mathieu Chartier
2014-05-13
1
-3
/
+5
*
Don't allow allocating finalizable objects during transactions.
Mathieu Chartier
2014-04-30
1
-0
/
+3
*
Force inlining on trivial accessors.
Ian Rogers
2014-04-29
1
-10
/
+8
*
Support field watchpoint in interpreter
Sebastien Hertz
2014-04-25
1
-1
/
+73
*
Fix FindCatchBlock to work in -Xverify:none mode.
Jeff Hao
2014-04-22
1
-1
/
+2
*
Refactor reflective method invocation.
Ian Rogers
2014-03-14
1
-1
/
+0
*
Fix clang to compile and run host tests.
Ian Rogers
2014-02-28
1
-4
/
+4
*
Remove blacklist
Sebastien Hertz
2014-02-17
1
-28
/
+41
*
Object model changes to support 64bit.
Ian Rogers
2014-02-06
1
-3
/
+3
*
Cleanup invoke's receiver handling in interpreter.
Sebastien Hertz
2013-12-17
1
-8
/
+3
*
Don't rely on gcc extensions
Bernhard Rosenkränzer
2013-12-12
1
-26
/
+26
*
Enable moving classes.
Mathieu Chartier
2013-12-10
1
-3
/
+4
*
Inline field and method resolution.
Sebastien Hertz
2013-10-28
1
-22
/
+19
*
Fix interpreter bugs.
Mathieu Chartier
2013-10-09
1
-9
/
+15
*
Enable thread analysis on template functions.
Sebastien Hertz
2013-09-30
1
-58
/
+150
*
Cleanup invoke in interpreter.
Sebastien Hertz
2013-09-30
1
-14
/
+65
*
Fix handling of unresolved references in verifier.
Jeff Hao
2013-09-24
1
-3
/
+20
*
Fix compiler warning in interpreter.
Ian Rogers
2013-09-23
1
-6
/
+4
*
Optimize instruction data fetch in interpreter.
Sebastien Hertz
2013-09-18
1
-27
/
+23
*
Load shadow frame's this object only upon instrumentation.
Sebastien Hertz
2013-09-17
1
-6
/
+6
*
Move thread suspend check at safepoints.
Sebastien Hertz
2013-09-09
1
-0
/
+4
*
Add an interpreter using computed goto table.
Sebastien Hertz
2013-09-09
1
-0
/
+516