summaryrefslogtreecommitdiffstats
path: root/runtime/interpreter/interpreter_common.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix sign problem, implement low-mem mmap wraparoundAndreas Gampe2014-03-211-2/+3
* Fix the bug that some compiled code was invoked with -Xint.Hiroshi Yamauchi2014-02-281-0/+5
* Make allocations report usable size.Ian Rogers2014-02-261-1/+2
* Avoid std::string allocations for finding an array class.Ian Rogers2014-02-241-2/+2
* Fix and optimize verify object.Mathieu Chartier2014-02-211-1/+1
* Remove blacklistSebastien Hertz2014-02-171-12/+61
* Object model changes to support 64bit.Ian Rogers2014-02-061-10/+11
* Refactor array access for the interpreter.Sebastien Hertz2014-01-281-17/+11
* Merge "Cleanup invoke's receiver handling in interpreter."Sebastien Hertz2014-01-071-14/+13
|\
| * Cleanup invoke's receiver handling in interpreter.Sebastien Hertz2013-12-171-14/+13
* | Disallow JNI NewObjectArray of primitive types.Ian Rogers2014-01-031-0/+3
|/
* Remove unneeded quotingBrian Carlstrom2013-12-101-1/+1
* Add some functions to the unitialized VM handlingKenny Root2013-12-091-1/+11
* Refactor allocation entrypoints.Mathieu Chartier2013-11-201-2/+2
* Compacting collector.Mathieu Chartier2013-11-111-3/+4
* Fix interpreter bugs.Mathieu Chartier2013-10-091-0/+4
* Enable thread analysis on template functions.Sebastien Hertz2013-09-301-6/+8
* Optimize shadow frame initialization during invoke.Sebastien Hertz2013-09-301-57/+93
* Cleanup invoke in interpreter.Sebastien Hertz2013-09-301-150/+45
* Fix handling of unresolved references in verifier.Jeff Hao2013-09-241-0/+22
* Add an interpreter using computed goto table.Sebastien Hertz2013-09-091-0/+389