summaryrefslogtreecommitdiffstats
path: root/runtime/entrypoints/interpreter
Commit message (Expand)AuthorAgeFilesLines
* Move mirror::ArtMethod to nativeMathieu Chartier2015-06-021-3/+3
* Replace NULL with nullptrMathieu Chartier2015-04-221-1/+1
* Remove portable.Elliott Hughes2014-12-121-7/+4
* Remove MethodHelper from the interpreter.Ian Rogers2014-12-022-10/+5
* Make ART compile with GCC -O0 again.Ian Rogers2014-10-162-4/+4
* Compile time performance improvements focusing on interpret-only.Ian Rogers2014-09-121-1/+2
* Remove object_utils.h.Ian Rogers2014-07-161-1/+0
* Ensure classes are initialized rather than initializing.Ian Rogers2014-06-181-1/+1
* Revert "Revert "Fix an outstanding compaction bug in interpreter.""Mathieu Chartier2014-05-231-0/+3
* Revert "Fix an outstanding compaction bug in interpreter."Mathieu Chartier2014-05-221-3/+0
* Fix an outstanding compaction bug in interpreter.Mathieu Chartier2014-05-221-0/+3
* Add Handle/HandleScope and delete SirtRef.Mathieu Chartier2014-05-131-3/+4
* Allow mixing of thread offsets between 32 and 64bit architectures.Ian Rogers2014-04-011-3/+2
* Refactor reflective method invocation.Ian Rogers2014-03-141-4/+2
* Work in the direction of hard float quick ABIs.Ian Rogers2014-02-111-2/+2
* Object model changes to support 64bit.Ian Rogers2014-02-061-9/+9
* Enable moving classes.Mathieu Chartier2013-12-101-3/+3
* Add missing push/pop shadow frame to artInterpreterToCompiledCodeBridge.Mathieu Chartier2013-12-101-1/+4
* Cleanup invoke in interpreter.Sebastien Hertz2013-09-301-2/+10
* Fix races in small mode compiler filters setupIan Rogers2013-08-131-2/+1
* Refactor java.lang.reflect implementationBrian Carlstrom2013-08-131-2/+2
* Work on SMALL_ART and PORTABLE working at the same time.Dragos Sbirlea2013-08-131-2/+8
* Entry point clean up.Ian Rogers2013-08-072-0/+90