summaryrefslogtreecommitdiffstats
path: root/runtime/arch/mips/entrypoints_init_mips.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove portable.Elliott Hughes2014-12-121-6/+1
* ART: Fix some redundant declarationsAndreas Gampe2014-11-041-80/+1
* Make ART compile with GCC -O0 again.Ian Rogers2014-10-161-9/+3
* Reduced memory usage of primitive fields smaller than 4-bytesFred Shih2014-08-251-0/+24
* Fix art test failures for Mips.Douglas Leung2014-07-151-4/+9
* Improve performance of invokevirtual/invokeinterface with embedded imt/vtableMingyao Yang2014-07-111-0/+2
* AArch64: Add memcmp16() for Arm64; ensure xSELF not clobberedSerban Constantinescu2014-06-301-5/+0
* ART: Move __memcmp16 from Bionic to ARTAndreas Gampe2014-06-101-2/+0
* Guard entrypoint changing by runtime shutdown lock.Mathieu Chartier2014-03-031-0/+1
* Initial changes towards Generic JNI optionAndreas Gampe2014-03-031-0/+4
* Refactor allocation entrypoints.Mathieu Chartier2013-11-201-38/+1
* Implement Interface Method Tables (IMT).Jeff Hao2013-10-291-2/+2
* Improve quick codegen for aput-object.Ian Rogers2013-10-081-10/+14
* Split the allocation path into 'instrumented' and 'uninstrumented'Hiroshi Yamauchi2013-09-251-6/+32
* Refactor java.lang.reflect implementationBrian Carlstrom2013-08-131-4/+4
* Work on SMALL_ART and PORTABLE working at the same time.Dragos Sbirlea2013-08-131-2/+2
* Entry point clean up.Ian Rogers2013-08-071-93/+99
* Portable refactorings.Ian Rogers2013-07-301-0/+242