summaryrefslogtreecommitdiffstats
path: root/runtime/entrypoints
Commit message (Expand)AuthorAgeFilesLines
* Fix nested deoptimization.Mingyao Yang2015-06-182-1/+2
* Move mirror::ArtMethod to nativeMathieu Chartier2015-06-0219-288/+258
* 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-244-17/+39
* Replace NULL with nullptrMathieu Chartier2015-04-227-29/+29
* Add AbstractMethod, Constructor, MethodMathieu Chartier2015-04-212-9/+10
* 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-104-62/+42
* 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-012-0/+3
* 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-242-3/+0
* Deoptimization-based bce.Mingyao Yang2015-03-232-0/+3
* Remove ThrowLocation.Nicolas Geoffray2015-03-105-65/+24
* Merge "Compute the right catch location for the debugger."Nicolas Geoffray2015-03-094-10/+8
|\
| * Compute the right catch location for the debugger.Nicolas Geoffray2015-03-094-10/+8
* | Initial support for quick compiler on MIPS64r6.Maja Gagic2015-03-061-2/+0
|/
* Change how we report exceptions to the debugger.Nicolas Geoffray2015-03-031-2/+0
* ART: Make error messages for StackOverflow WARNINGsAndreas Gampe2015-02-191-1/+1
* 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
* | Fix signal test to work with gcstressMathieu Chartier2015-01-071-5/+3
|/
* ART: Reorder entrypoint argument orderAndreas Gampe2014-12-299-86/+110
* Remove portable.Elliott Hughes2014-12-1214-1528/+4
* Support proxy method in StackVisitor::GetThisObjectSebastien Hertz2014-12-091-0/+23
* Remove MethodHelper.Ian Rogers2014-12-021-9/+61
* Fix artQuickResolutionTrampoline.Ian Rogers2014-12-021-1/+4
* Move FindDexMethodIndexInOtherDexFile into ArtMethod.Ian Rogers2014-12-021-35/+39