summaryrefslogtreecommitdiffstats
path: root/runtime/arch/arm64/quick_entrypoints_arm64.S
Commit message (Expand)AuthorAgeFilesLines
* Change 64 bit ArtMethod fields to be pointer sizedMathieu Chartier2014-11-181-1/+1
* Fix arm64 bug introduced by refactoring.Stephen Kyle2014-10-221-1/+1
* Refactor quick entrypointsIan Rogers2014-10-201-109/+106
* Make ART compile with GCC -O0 again.Ian Rogers2014-10-161-2/+2
* Fix arm64 build: move macro usage after definition.Vladimir Marko2014-10-091-6/+6
* 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-0/+12
* ART: Set default visibility to protectedAndreas Gampe2014-08-191-2/+2
* Reduce stack usage for overflow checksDave Allison2014-08-131-25/+0
* AArch64: Fix art_quick_string_compareto.Zheng Xu2014-08-121-4/+4
* AArch64: Implicit StackOverflow/NPE/Suspend checks.Stuart Monteith2014-08-061-0/+33
* AArch64: Clean up CalleeSaveMethod frame and the use of temp registers.Zheng Xu2014-07-291-247/+202
* Add read barriers for the roots in Runtime.Hiroshi Yamauchi2014-07-141-0/+3
* ART: Rework Generic JNI, add ARM versionAndreas Gampe2014-07-011-24/+23
* AArch64: Add memcmp16() for Arm64; ensure xSELF not clobberedSerban Constantinescu2014-06-301-10/+13
* Fix art_quick_instrumentation_exit for ARM64Sebastien Hertz2014-06-191-2/+2
* AArch64: Add transition assembly to wrapper native functions.Zheng Xu2014-06-171-0/+19
* ART: Add initialize_type stubs for ARM64; indexof testAndreas Gampe2014-06-121-2/+2
* AArch64: Add support for inlined methodsSerban Constantinescu2014-06-121-1/+97
* ART: Move __memcmp16 from Bionic to ARTAndreas Gampe2014-06-101-2/+2
* Merge "ART: Add instrumentation stubs for ARM64 and X86-64"Andreas Gampe2014-06-101-5/+75
|\
| * ART: Add instrumentation stubs for ARM64 and X86-64Andreas Gampe2014-06-091-5/+75
* | ART: Generalize code to find PC for artInvokeInterfaceTrampolineAlexei Zavjalov2014-06-101-1/+1
|/
* ART: Fix an error in proxy_invoke stub on ARM64Andreas Gampe2014-06-021-57/+2
* ART: Use StackReference in Quick Stack FrameAndreas Gampe2014-05-291-15/+21
* AArch64: Add suspend check in managed code.Zheng Xu2014-05-261-15/+33
* AArch64: Enable LONG_* and INT_* opcodes.Serban Constantinescu2014-05-221-4/+0
* ART: Add INVOKE_TRAMPOLINE and imt_conflict stub to 64b architecturesAndreas Gampe2014-05-211-9/+34
* ART: Fix ARM64 long-jump context caller-save smashesAndreas Gampe2014-05-191-1/+1
* Merge "ART: Fix comments for dmb"Andreas Gampe2014-05-141-2/+2
|\
| * ART: Fix comments for dmbAndreas Gampe2014-05-141-2/+2
* | Address comments from HandleScope change.Mathieu Chartier2014-05-141-1/+1
|/
* Add Handle/HandleScope and delete SirtRef.Mathieu Chartier2014-05-131-3/+3
* ART: Add lock and unlock stubs for ARM64, fix for X86-64Andreas Gampe2014-05-121-2/+75
* Merge changes Icf9afbab,If2409101Andreas Gampe2014-05-121-10/+4
|\
| * AArch64: Fix the usage of Thread Register for arm64Serban Constantinescu2014-05-091-10/+4
* | AArch64: Fixing and adding arm64 trampolines.Matteo Franchin2014-05-121-10/+20
|/
* ART: ARM64 field entrypointsAndreas Gampe2014-05-061-16/+95
* ART: ARM64 art_quick_string_comparetoAndreas Gampe2014-05-051-1/+115
* Implement art_quick_aput_object stubs for X86-64 and ARM64Andreas Gampe2014-04-301-4/+125
* Add ARM64 & X86_64 Assembly, plus testsAndreas Gampe2014-04-291-5/+58
* Add "arch_test" gtest for assembly stub constants, add some ARM64 assembly codeAndreas Gampe2014-04-251-3/+74
* Add a GTest for Assembly Stubs, Add some ARM64 and X86-64 StubsAndreas Gampe2014-04-251-1/+52
* AArch64: Jni compiler fixesSerban Constantinescu2014-04-101-0/+5
* Fix ARM64 invoke stubs, correct CFI directivesAndreas Gampe2014-04-081-246/+244
* Last patch for running tests on ARM64Andreas Gampe2014-03-271-5/+48
* Trampoline and assembly fixes for ARM64Andreas Gampe2014-03-241-2/+4
* Fixes to mem_map wraparound and ARM64 quick_invoke assemblyAndreas Gampe2014-03-211-2/+2
* AArch64: Add arm64 runtime support.Stuart Monteith2014-03-191-0/+1094