summaryrefslogtreecommitdiffstats
path: root/runtime/entrypoints/portable/portable_trampoline_entrypoints.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove MethodHelper.Ian Rogers2014-12-021-9/+61
* Remove MethodHelper from the interpreter.Ian Rogers2014-12-021-1/+2
* Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.Ian Rogers2014-11-031-0/+1
* Tidy logging code not using UNIMPLEMENTED.Ian Rogers2014-10-241-3/+2
* Make ART compile with GCC -O0 again.Ian Rogers2014-10-161-8/+9
* stdint types all the way!Ian Rogers2014-10-091-7/+7
* Compile time performance improvements focusing on interpret-only.Ian Rogers2014-09-121-2/+2
* Remove object_utils.h.Ian Rogers2014-07-161-1/+0
* Improve performance of invokevirtual/invokeinterface with embedded imt/vtableMingyao Yang2014-07-111-2/+2
* Ensure classes are initialized rather than initializing.Ian Rogers2014-06-181-1/+1
* Change MethodHelper to use a Handle.Mathieu Chartier2014-06-091-5/+6
* Revert "Revert "Fix an outstanding compaction bug in interpreter.""Mathieu Chartier2014-05-231-5/+5
* Revert "Fix an outstanding compaction bug in interpreter."Mathieu Chartier2014-05-221-5/+5
* Fix an outstanding compaction bug in interpreter.Mathieu Chartier2014-05-221-5/+5
* Add Handle/HandleScope and delete SirtRef.Mathieu Chartier2014-05-131-3/+5
* AArch64: Add arm64 runtime support.Stuart Monteith2014-03-191-1/+2
* Object model changes to support 64bit.Ian Rogers2014-02-061-14/+18
* Enable moving classes.Mathieu Chartier2013-12-101-3/+3
* Get PORTABLE + SMALL on x86.Dragos Sbirlea2013-08-151-2/+4
* Refactor java.lang.reflect implementationBrian Carlstrom2013-08-131-12/+12
* Work on SMALL_ART and PORTABLE working at the same time.Dragos Sbirlea2013-08-131-0/+433