summaryrefslogtreecommitdiffstats
path: root/runtime/entrypoints/quick/quick_trampoline_entrypoints.cc
Commit message (Expand)AuthorAgeFilesLines
* Revert "64bit changes to the stack walker for the Quick ABI."Nicolas Geoffray2014-04-221-0/+11
* 64bit changes to the stack walker for the Quick ABI.Nicolas Geoffray2014-04-181-11/+0
* ART: A workaround for a wrongly-read caller's frameVladimir Kostyukov2014-04-071-75/+32
* Fix wrong handling of Generic JNI not finding native method.Andreas Gampe2014-04-041-22/+35
* Please clang by making explicit instantiations non-static.Nicolas Geoffray2014-04-041-4/+4
* Explicitly instantiate artInvokeCommon to please analysis tool.Nicolas Geoffray2014-04-041-7/+26
* Restore the args in the invoke trampoline slow paths.Mathieu Chartier2014-04-031-0/+229
* AArch64: Add arm64 runtime support.Stuart Monteith2014-03-191-0/+43
* Refactor reflective method invocation.Ian Rogers2014-03-141-1/+1
* Remove small duplicate code in Generic JNI handling, add commentsAndreas Gampe2014-03-141-1/+5
* Fixes for Generic JNIAndreas Gampe2014-03-131-9/+17
* Implement FINAL/OVERRIDE for clang.Ian Rogers2014-03-131-147/+163
* Fixing structure of native frame for Generic JNIAndreas Gampe2014-03-121-67/+78
* More JNI compiler tests and small fixAndreas Gampe2014-03-101-1/+1
* JNI down call fixes.Ian Rogers2014-03-091-6/+8
* Release unused parts of a JNI frame before calling native codeAndreas Gampe2014-03-071-166/+521
* Generic JNI implementation for x86_64Andreas Gampe2014-03-051-56/+418
* Support compiler filters for boot classpathBrian Carlstrom2014-03-041-2/+5
* Initial changes towards Generic JNI optionAndreas Gampe2014-03-031-0/+9
* Add null check in artQuickResolutionTrampolineMathieu Chartier2014-02-271-7/+11
* Restore refs in artQuickProxyInvokeHandler.Mathieu Chartier2014-02-211-14/+30
* Upcall support for x86-64.Ian Rogers2014-02-201-98/+298
* Remove blacklistSebastien Hertz2014-02-171-2/+2
* Speed up method lookup in a different dex file.Vladimir Marko2014-02-111-2/+4
* Object model changes to support 64bit.Ian Rogers2014-02-061-3/+9
* Enable moving classes.Mathieu Chartier2013-12-101-3/+3
* Compacting collector.Mathieu Chartier2013-11-111-5/+5
* Populate dex cache for sharpened calls.Ian Rogers2013-10-251-0/+16
* Make artQuickResolutionTrampoline fix up references after GC points.Mathieu Chartier2013-09-261-7/+14
* Add some extra DCHECKS for debugging artQuickProxyInvokeHandlerBrian Carlstrom2013-08-201-3/+9
* Get PORTABLE + SMALL on x86.Dragos Sbirlea2013-08-151-5/+10
* Refactor java.lang.reflect implementationBrian Carlstrom2013-08-131-16/+16
* Entry point clean up.Ian Rogers2013-08-071-0/+558