summaryrefslogtreecommitdiffstats
path: root/runtime/interpreter
Commit message (Expand)AuthorAgeFilesLines
* Cleanup transaction supportSebastien Hertz2014-04-021-2/+2
* Fix sign problem, implement low-mem mmap wraparoundAndreas Gampe2014-03-211-2/+3
* Refactor reflective method invocation.Ian Rogers2014-03-141-1/+0
* Enable annotalysis on clang ART builds.Ian Rogers2014-03-061-1/+1
* Merge "Fix the bug that some compiled code was invoked with -Xint."Hiroshi Yamauchi2014-03-031-0/+5
|\
| * Fix the bug that some compiled code was invoked with -Xint.Hiroshi Yamauchi2014-02-281-0/+5
* | Fix clang to compile and run host tests.Ian Rogers2014-02-282-7/+35
|/
* Make allocations report usable size.Ian Rogers2014-02-261-1/+2
* Fix moving GC bugs in EnterInterpreterFromInvoke.Mathieu Chartier2014-02-251-10/+14
* 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
* Update native methods whitelist.Sebastien Hertz2014-02-181-12/+8
* Remove blacklistSebastien Hertz2014-02-175-116/+235
* Don't hardcode object layout in Unsafe and space_test.Hiroshi Yamauchi2014-02-111-0/+8
* Fix CreateMultiArray to be compaction safe.Mathieu Chartier2014-02-081-1/+4
* Object model changes to support 64bit.Ian Rogers2014-02-065-16/+17
* Refactor array access for the interpreter.Sebastien Hertz2014-01-283-69/+63
* Merge "Cleanup invoke's receiver handling in interpreter."Sebastien Hertz2014-01-072-22/+16
|\
| * Cleanup invoke's receiver handling in interpreter.Sebastien Hertz2013-12-172-22/+16
* | Disallow JNI NewObjectArray of primitive types.Ian Rogers2014-01-031-0/+3
* | Tidy up memory barriers.Ian Rogers2013-12-202-4/+4
|/
* Don't rely on gcc extensionsBernhard Rosenkränzer2013-12-122-62/+62
* Enable moving classes.Mathieu Chartier2013-12-102-6/+8
* 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-203-10/+14
* Compacting collector.Mathieu Chartier2013-11-112-5/+6
* Inline field and method resolution.Sebastien Hertz2013-10-281-22/+19
* Make goto-based interpreter the default interpreter.Sebastien Hertz2013-10-181-1/+1
* Merge "Improve interpreter handler table management." into dalvik-devSebastien Hertz2013-10-171-54/+108
|\
| * Improve interpreter handler table management.Sebastien Hertz2013-10-171-54/+108
* | Fix interpreter bugs.Mathieu Chartier2013-10-095-19/+33
|/
* Fix an Art debug build boot failure.Hiroshi Yamauchi2013-10-022-8/+8
* Enable thread analysis on template functions.Sebastien Hertz2013-09-304-77/+175
* Optimize shadow frame initialization during invoke.Sebastien Hertz2013-09-301-57/+93
* Cleanup invoke in interpreter.Sebastien Hertz2013-09-305-197/+144
* StringPiece clean up.Ian Rogers2013-09-241-1/+1
* Fix handling of unresolved references in verifier.Jeff Hao2013-09-244-5/+92
* Fix compiler warning in interpreter.Ian Rogers2013-09-231-6/+4
* Improve float to integral conversion.Ian Rogers2013-09-202-88/+24
* Optimize instruction data fetch in interpreter.Sebastien Hertz2013-09-183-557/+558
* Load shadow frame's this object only upon instrumentation.Sebastien Hertz2013-09-173-41/+31
* Update interpreter handler table after invoke.Sebastien Hertz2013-09-131-90/+39
* Add missing memory barrier.Sebastien Hertz2013-09-092-0/+12
* Move thread suspend check at safepoints.Sebastien Hertz2013-09-093-25/+206
* Add an interpreter using computed goto table.Sebastien Hertz2013-09-095-2780/+5298
* A char array copy optimization.Hiroshi Yamauchi2013-08-231-1/+2
* Fix races in small mode compiler filters setupIan Rogers2013-08-131-0/+6
* Refactor java.lang.reflect implementationBrian Carlstrom2013-08-132-34/+42
* Entry point clean up.Ian Rogers2013-08-072-10/+12