summaryrefslogtreecommitdiffstats
path: root/runtime/arch/arm/entrypoints_init_arm.cc
Commit message (Expand)AuthorAgeFilesLines
* Insert a read barrier in the JNI bridge.Hiroshi Yamauchi2015-05-071-0/+3
* Replace NULL with nullptrMathieu Chartier2015-04-221-5/+10
* Revert "Revert "Deoptimization-based bce.""Mingyao Yang2015-04-011-0/+2
* Revert "Deoptimization-based bce."Andreas Gampe2015-03-241-2/+0
* Deoptimization-based bce.Mingyao Yang2015-03-231-0/+2
* Remove portable.Elliott Hughes2014-12-121-6/+1
* ART: Fix some redundant declarationsAndreas Gampe2014-11-041-84/+3
* ART: More warningsAndreas Gampe2014-11-041-2/+4
* ARM: Use hardfp calling convention between java to java call.Zheng Xu2014-10-241-27/+20
* Make ART compile with GCC -O0 again.Ian Rogers2014-10-161-8/+2
* ART: Fix some -Wpedantic errorsAndreas Gampe2014-09-291-1/+1
* Reduced memory usage of primitive fields smaller than 4-bytesFred Shih2014-08-251-0/+24
* Break apart header files.Ian Rogers2014-07-151-4/+4
* Improve performance of invokevirtual/invokeinterface with embedded imt/vtableMingyao Yang2014-07-111-0/+1
* 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
* Art compiler: remove unnecessary sqrt callbuzbee2014-05-271-1/+0
* Guard entrypoint changing by runtime shutdown lock.Mathieu Chartier2014-03-031-2/+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-5/+9
* 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/+100
* Portable refactorings.Ian Rogers2013-07-301-0/+241