summaryrefslogtreecommitdiffstats
path: root/runtime/mirror
Commit message (Expand)AuthorAgeFilesLines
* Merge "Fixed layout for dex caches in boot image."Vladimir Marko2015-03-311-12/+9
|\
| * Fixed layout for dex caches in boot image.Vladimir Marko2015-03-311-12/+9
* | Add AccessibleObject and Field to mirrorMathieu Chartier2015-03-299-22/+380
* | ART: Some runtime cleanupAndreas Gampe2015-03-271-1/+1
* | Merge "ART: PathClassLoader for compiler"Andreas Gampe2015-03-282-3/+2
|\ \ | |/ |/|
| * ART: PathClassLoader for compilerAndreas Gampe2015-03-272-3/+2
* | ART: Change RETURN_OBJECT verification for arraysAndreas Gampe2015-03-261-2/+6
|/
* JDWP: Optimized single step during debuggingDaniel Mihalyi2015-03-241-1/+3
* Merge "Assembly TLAB allocation fast path for x86_64."Hiroshi Yamauchi2015-03-202-2/+8
|\
| * Assembly TLAB allocation fast path for x86_64.Hiroshi Yamauchi2015-03-202-2/+8
* | Merge "Compress the StackMaps."Nicolas Geoffray2015-03-203-7/+2
|\ \
| * | Compress the StackMaps.Nicolas Geoffray2015-03-203-7/+2
* | | Merge "Remember whether a method was worth inlining."Nicolas Geoffray2015-03-201-0/+8
|\ \ \ | |_|/ |/| |
| * | Remember whether a method was worth inlining.Nicolas Geoffray2015-03-201-0/+8
| |/
* / Fix 003-omnibus-opcodes flaky failures with GSS GC.Hiroshi Yamauchi2015-03-192-21/+25
|/
* Add more info to GetSFields DCHECKMathieu Chartier2015-03-151-1/+1
* ART: More cutouts for unstarted runtimeAndreas Gampe2015-03-121-0/+4
* Remove ThrowLocation.Nicolas Geoffray2015-03-101-2/+1
* Compute the right catch location for the debugger.Nicolas Geoffray2015-03-093-22/+15
* Merge "Change how we report exceptions to the debugger."Nicolas Geoffray2015-03-044-4/+9
|\
| * Change how we report exceptions to the debugger.Nicolas Geoffray2015-03-034-4/+9
* | Reserve bits in the lock word for read barriers.Hiroshi Yamauchi2015-03-031-1/+2
|/
* Revert "Revert "Add JIT""Mathieu Chartier2015-02-244-17/+40
* Revert "Add JIT"Nicolas Geoffray2015-02-244-38/+17
* Add JITMathieu Chartier2015-02-234-17/+38
* Be more lenient with 4 byte UTF-8 sequences.Narayan Kamath2015-02-124-26/+58
* Revert "Revert "ART: Implement X86 hard float (Quick/JNI/Baseline)""Mark P Mendell2015-01-271-2/+2
* Revert "ART: Implement X86 hard float (Quick/JNI/Baseline)"Vladimir Marko2015-01-271-2/+2
* Merge "ART: Implement X86 hard float (Quick/JNI/Baseline)"Vladimir Marko2015-01-261-2/+2
|\
| * ART: Implement X86 hard float (Quick/JNI/Baseline)Mark Mendell2015-01-231-2/+2
* | More of the concurrent copying collector.Hiroshi Yamauchi2015-01-235-11/+43
|/
* Fix infinite loop in GenerateIdentityHashCodetony.ys_liu2015-01-163-7/+25
* Print more info in MarkSweep::VerifyRootMathieu Chartier2015-01-158-24/+8
* Use unique_ptr to track ownership of dex files.Richard Uhler2015-01-131-0/+1
* Add VerifyObject to StackHandleScope::SetReferenceMathieu Chartier2015-01-081-0/+1
* ART: Reorder entrypoint argument orderAndreas Gampe2014-12-291-1/+1
* Use correct handle scope offset from StackVisitorSebastien Hertz2014-12-181-2/+4
* Merge "ART: More logging on GetAccessFlags failure"Andreas Gampe2014-12-121-1/+9
|\
| * ART: More logging on GetAccessFlags failureAndreas Gampe2014-12-121-1/+9
* | Merge "Remove portable."Elliott Hughes2014-12-125-116/+17
|\ \
| * | Remove portable.Elliott Hughes2014-12-125-116/+17
| |/
* / Remove proxy logic from GetCodeItemMathieu Chartier2014-12-111-2/+1
|/
* Add verifier support for dequickeningMathieu Chartier2014-12-111-0/+5
* Ensure stack maps are 4 byte aligned.Nicolas Geoffray2014-12-092-2/+9
* Merge "JDWP: fix breakpoint for method in the image"Sebastien Hertz2014-12-041-0/+5
|\
| * JDWP: fix breakpoint for method in the imageSebastien Hertz2014-12-041-0/+5
* | Remove MethodHelper.Ian Rogers2014-12-021-3/+16
* | Remove MethodHelper::HasSameSignatureWithDifferentClassLoaders.Ian Rogers2014-12-021-1/+0
* | Remove MethodHelper::HasSameNameAndSignature.Ian Rogers2014-12-022-38/+29
* | Move GetClassFromTypeIdx to ArtMethod.Ian Rogers2014-12-023-2/+14