summaryrefslogtreecommitdiffstats
path: root/runtime/arch/arm/quick_entrypoints_arm.S
Commit message (Expand)AuthorAgeFilesLines
* ART: Fix arm32 instrumentation exit stubAndreas Gampe2015-06-241-2/+7
* Move mirror::ArtMethod to nativeMathieu Chartier2015-06-021-2/+2
* Replace String CharArray with internal uint16_t array.Jeff Hao2015-04-271-15/+21
* Remove ArtMethod* parameter from dex cache entry points.Vladimir Marko2015-04-241-8/+18
* Replace NULL with nullptrMathieu Chartier2015-04-221-3/+3
* Merge "Reserve bits in the lock word for read barriers."Hiroshi Yamauchi2015-03-041-17/+47
|\
| * Reserve bits in the lock word for read barriers.Hiroshi Yamauchi2015-03-031-17/+47
* | Fix generic JNI stubs to not discard the Java native frame.Nicolas Geoffray2015-03-031-11/+8
|/
* ART: Reorder entrypoint argument orderAndreas Gampe2014-12-291-78/+32
* Save all registers in native to Java stubs.Nicolas Geoffray2014-12-121-9/+14
* Fix arm unwind data for art code.Christopher Ferris2014-12-041-38/+13
* Change 64 bit ArtMethod fields to be pointer sizedMathieu Chartier2014-11-181-1/+1
* ARM: Use hardfp calling convention between java to java call.Zheng Xu2014-10-241-91/+154
* Refactor quick entrypointsIan Rogers2014-10-201-212/+194
* Make ART compile with GCC -O0 again.Ian Rogers2014-10-161-2/+2
* Don't copy fill array data to quick literal pool.Ian Rogers2014-10-081-10/+1
* Reduced memory usage of primitive fields smaller than 4-bytesFred Shih2014-08-251-159/+96
* ART: Fix ARM invoke stub, run Generic JNI in jni_compiler_testAndreas Gampe2014-08-191-3/+6
* ART: Set default visibility to protectedAndreas Gampe2014-08-191-2/+2
* Merge "Fix bugs in the x86 and arm versions of generic JNI."Nicolas Geoffray2014-08-121-7/+17
|\
| * Fix bugs in the x86 and arm versions of generic JNI.Nicolas Geoffray2014-08-141-7/+17
* | Reduce stack usage for overflow checksDave Allison2014-08-131-25/+0
|/
* Proper fix after -Bsymbolic change.Dan Albert2014-08-091-0/+2
* Revert "Fix build without -Bsymbolic."Dan Albert2014-08-071-4/+2
* Fix build without -Bsymbolic.Dan Albert2014-08-071-2/+4
* When performing a long jump, update SP last.Jeff Hao2014-08-061-1/+2
* ART: Rework Generic JNI, add ARM versionAndreas Gampe2014-07-011-2/+87
* Add an optimization for removing redundant suspend tests in ARTWei Jin2014-06-051-0/+4
* ART: Fix comments for dmbAndreas Gampe2014-05-141-2/+2
* ART: Add lock and unlock stubs for ARM64, fix for X86-64Andreas Gampe2014-05-121-1/+1
* Handle implicit stack overflow without affecting stack walksDave Allison2014-05-051-0/+25
* Add "arch_test" gtest for assembly stub constants, add some ARM64 assembly codeAndreas Gampe2014-04-251-0/+15
* Add a GTest for Assembly Stubs, Add some ARM64 and X86-64 StubsAndreas Gampe2014-04-251-0/+16
* Disable use of R4 as a promotable registerDave Allison2014-04-031-0/+8
* Initial changes towards Generic JNI optionAndreas Gampe2014-03-031-0/+2
* Make ARM assembly labels local.Ian Rogers2014-02-211-62/+62
* Work in the direction of hard float quick ABIs.Ian Rogers2014-02-111-1/+1
* Object model changes to support 64bit.Ian Rogers2014-02-061-1/+1
* Tidy up memory barriers.Ian Rogers2013-12-201-0/+2
* Fix dumpsys meminfo <pid>.Mathieu Chartier2013-11-251-1/+4
* Refactor allocation entrypoints.Mathieu Chartier2013-11-201-1/+1
* Compacting collector.Mathieu Chartier2013-11-111-184/+19
* Add .cfi_restore for assembly functionsDave Allison2013-11-061-1/+34
* Lazily compute object identity hash codes.Mathieu Chartier2013-10-311-1/+1
* Merge "Implement Interface Method Tables (IMT)." into dalvik-devJeff Hao2013-10-291-0/+12
|\
| * Implement Interface Method Tables (IMT).Jeff Hao2013-10-291-0/+12
* | Fix object identity hash.Mathieu Chartier2013-10-291-9/+10
|/
* Add missing callee save restore to quick entrypoints.Mathieu Chartier2013-10-221-13/+11
* Restore callee save registers.Mathieu Chartier2013-10-161-9/+7
* Improve quick codegen for aput-object.Ian Rogers2013-10-081-21/+86