summaryrefslogtreecommitdiffstats
path: root/runtime/interpreter/interpreter_switch_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove blacklistSebastien Hertz2014-02-171-35/+48
* Object model changes to support 64bit.Ian Rogers2014-02-061-1/+1
* Refactor array access for the interpreter.Sebastien Hertz2014-01-281-26/+26
* Tidy up memory barriers.Ian Rogers2013-12-201-2/+2
* Refactor allocation entrypoints.Mathieu Chartier2013-11-201-4/+6
* Fix interpreter bugs.Mathieu Chartier2013-10-091-3/+3
* Fix an Art debug build boot failure.Hiroshi Yamauchi2013-10-021-4/+4
* Enable thread analysis on template functions.Sebastien Hertz2013-09-301-7/+9
* Cleanup invoke in interpreter.Sebastien Hertz2013-09-301-12/+12
* Fix handling of unresolved references in verifier.Jeff Hao2013-09-241-1/+25
* Improve float to integral conversion.Ian Rogers2013-09-201-48/+20
* Optimize instruction data fetch in interpreter.Sebastien Hertz2013-09-181-260/+262
* Load shadow frame's this object only upon instrumentation.Sebastien Hertz2013-09-171-14/+10
* Add missing memory barrier.Sebastien Hertz2013-09-091-0/+6
* Move thread suspend check at safepoints.Sebastien Hertz2013-09-091-18/+133
* Add an interpreter using computed goto table.Sebastien Hertz2013-09-091-0/+2030