summaryrefslogtreecommitdiffstats
path: root/runtime/interpreter/interpreter_common.h
Commit message (Expand)AuthorAgeFilesLines
* Workaround stack overflow issue with clangSebastien Hertz2014-05-201-15/+23
* Delete ClassHelper and fix compaction bug in GetDirectInterfaceMathieu Chartier2014-05-181-3/+3
* ART: Fix typo in ArtMethod::FindCatchBlockAndreas Gampe2014-05-141-1/+7
* Add Handle/HandleScope and delete SirtRef.Mathieu Chartier2014-05-131-3/+5
* Don't allow allocating finalizable objects during transactions.Mathieu Chartier2014-04-301-0/+3
* Force inlining on trivial accessors.Ian Rogers2014-04-291-10/+8
* Support field watchpoint in interpreterSebastien Hertz2014-04-251-1/+73
* Fix FindCatchBlock to work in -Xverify:none mode.Jeff Hao2014-04-221-1/+2
* Refactor reflective method invocation.Ian Rogers2014-03-141-1/+0
* Fix clang to compile and run host tests.Ian Rogers2014-02-281-4/+4
* Remove blacklistSebastien Hertz2014-02-171-28/+41
* Object model changes to support 64bit.Ian Rogers2014-02-061-3/+3
* Cleanup invoke's receiver handling in interpreter.Sebastien Hertz2013-12-171-8/+3
* Don't rely on gcc extensionsBernhard Rosenkränzer2013-12-121-26/+26
* Enable moving classes.Mathieu Chartier2013-12-101-3/+4
* Inline field and method resolution.Sebastien Hertz2013-10-281-22/+19
* Fix interpreter bugs.Mathieu Chartier2013-10-091-9/+15
* Enable thread analysis on template functions.Sebastien Hertz2013-09-301-58/+150
* Cleanup invoke in interpreter.Sebastien Hertz2013-09-301-14/+65
* Fix handling of unresolved references in verifier.Jeff Hao2013-09-241-3/+20
* Fix compiler warning in interpreter.Ian Rogers2013-09-231-6/+4
* Optimize instruction data fetch in interpreter.Sebastien Hertz2013-09-181-27/+23
* Load shadow frame's this object only upon instrumentation.Sebastien Hertz2013-09-171-6/+6
* Move thread suspend check at safepoints.Sebastien Hertz2013-09-091-0/+4
* Add an interpreter using computed goto table.Sebastien Hertz2013-09-091-0/+516