summaryrefslogtreecommitdiffstats
path: root/runtime/entrypoints/quick
Commit message (Expand)AuthorAgeFilesLines
* Fix nested deoptimization.Mingyao Yang2015-06-182-1/+2
* Move mirror::ArtMethod to nativeMathieu Chartier2015-06-0213-187/+170
* Insert a read barrier in the JNI bridge.Hiroshi Yamauchi2015-05-073-1/+16
* Replace String CharArray with internal uint16_t array.Jeff Hao2015-04-272-2/+59
* Remove ArtMethod* parameter from dex cache entry points.Vladimir Marko2015-04-243-16/+16
* Replace NULL with nullptrMathieu Chartier2015-04-223-5/+5
* Add AbstractMethod, Constructor, MethodMathieu Chartier2015-04-211-2/+4
* ARM64: Remove suspend register.Zheng Xu2015-04-141-1/+1
* ART: Ignore result for exception-case JNIEndWithReferenceAndreas Gampe2015-04-101-20/+15
* Move ArtField to nativeMathieu Chartier2015-04-101-51/+31
* Revert "ART: Fix noreturn for Mac"Andreas Gampe2015-04-072-17/+7
* ART: Fix noreturn for MacAndreas Gampe2015-04-062-7/+17
* ART: Enable more Clang warningsAndreas Gampe2015-04-062-12/+13
* Revert "Revert "Deoptimization-based bce.""Mingyao Yang2015-04-011-0/+1
* Unify ART's various implementations of bit_cast.Roland Levillain2015-03-241-9/+9
* JDWP: Optimized single step during debuggingDaniel Mihalyi2015-03-241-2/+34
* Revert "Deoptimization-based bce."Andreas Gampe2015-03-241-1/+0
* Deoptimization-based bce.Mingyao Yang2015-03-231-0/+1
* Remove ThrowLocation.Nicolas Geoffray2015-03-103-35/+16
* Merge "Compute the right catch location for the debugger."Nicolas Geoffray2015-03-092-3/+3
|\
| * Compute the right catch location for the debugger.Nicolas Geoffray2015-03-092-3/+3
* | Initial support for quick compiler on MIPS64r6.Maja Gagic2015-03-061-2/+0
|/
* Default to 64-bit for tests of methods with varying ISAs for valgrind.Jeff Hao2015-02-171-0/+6
* Fix a compilation error for Mips64.Douglas Leung2015-02-091-0/+1
* ART: Change x86 long param ABI (Quick/JNI/Opt)Mark Mendell2015-01-301-0/+10
* Force set resolved method for static invokesMathieu Chartier2015-01-281-0/+10
* Revert "Revert "ART: Implement X86 hard float (Quick/JNI/Baseline)""Mark P Mendell2015-01-271-5/+9
* Revert "ART: Implement X86 hard float (Quick/JNI/Baseline)"Vladimir Marko2015-01-271-9/+5
* Merge "ART: Implement X86 hard float (Quick/JNI/Baseline)"Vladimir Marko2015-01-261-5/+9
|\
| * ART: Implement X86 hard float (Quick/JNI/Baseline)Mark Mendell2015-01-231-5/+9
* | More of the concurrent copying collector.Hiroshi Yamauchi2015-01-231-0/+14
|/
* Merge "Fix refs_and_args callee save order for Mips32."Andreas Gampe2015-01-161-1/+1
|\
| * Fix refs_and_args callee save order for Mips32.Douglas Leung2015-01-121-1/+1
| * Merge "Revert "ART: Implement hard float for X86""Vladimir Marko2015-01-121-9/+5
| |\
| | * Revert "ART: Implement hard float for X86"Vladimir Marko2015-01-121-9/+5
| * | Merge "ART: Implement hard float for X86"Vladimir Marko2015-01-121-5/+9
| |\ \ | | |/
| | * ART: Implement hard float for X86Mark Mendell2015-01-121-5/+9
* | | ART: Mips64 runtime supportAndreas Gampe2015-01-151-20/+114
* | | ART: Allow to compile interpret-only mips64 filesAndreas Gampe2015-01-151-0/+3
* | | Skip r1 on arm if first parameter is a long.Nicolas Geoffray2015-01-131-0/+10
|/ /
* | Fix handling of long argument spanning register/memory.Nicolas Geoffray2015-01-121-8/+3
|/
* ART: Reorder entrypoint argument orderAndreas Gampe2014-12-296-70/+93
* Support proxy method in StackVisitor::GetThisObjectSebastien Hertz2014-12-091-0/+23
* Fix artQuickResolutionTrampoline.Ian Rogers2014-12-021-1/+4
* Move FindDexMethodIndexInOtherDexFile into ArtMethod.Ian Rogers2014-12-021-35/+39
* Remove MethodHelper from the interpreter.Ian Rogers2014-12-021-7/+8
* Merge "Add JNI trampoline for mips32."Ian Rogers2014-11-221-5/+4
|\
| * Add JNI trampoline for mips32.Douglas Leung2014-10-311-5/+4
* | Fix oatdump to use OatHeader pointer sizeMathieu Chartier2014-11-211-1/+1
* | Change 64 bit ArtMethod fields to be pointer sizedMathieu Chartier2014-11-181-1/+1