summaryrefslogtreecommitdiffstats
path: root/runtime/mirror
Commit message (Expand)AuthorAgeFilesLines
* Fix proxy handling in FindDeclaredVirtualMethodMathieu Chartier2015-07-111-2/+4
* New experimental GC stress modeMathieu Chartier2015-06-222-2/+6
* Make large string use large object space.Jeff Hao2015-06-221-2/+2
* Move mirror::ArtMethod to nativeMathieu Chartier2015-06-0230-2245/+753
* ART: Clean up arm64 kNumberOfXRegisters usage.Vladimir Marko2015-05-266-3/+9
* Fix for potential moving GC bugs around proxy class.Hiroshi Yamauchi2015-05-221-0/+1
* Fix a cts crash around proxy class fields.Hiroshi Yamauchi2015-05-202-10/+30
* Print field info on mark sweep invalid ref crash.Hiroshi Yamauchi2015-05-142-0/+7
* Remove unused StackHandleScopeSebastien Hertz2015-05-111-1/+0
* Fix possible null deference in Throwable::DumpMathieu Chartier2015-04-281-4/+8
* Fix some compaction bugs in string allocationMathieu Chartier2015-04-281-16/+42
* Merge "Replace String CharArray with internal uint16_t array."Jeff Hao2015-04-289-132/+272
|\
| * Replace String CharArray with internal uint16_t array.Jeff Hao2015-04-279-132/+272
* | Use the lock word bits for Baker-style read barrier.Hiroshi Yamauchi2015-04-232-9/+40
|/
* Replace NULL with nullptrMathieu Chartier2015-04-2216-115/+123
* Add AbstractMethod, Constructor, MethodMathieu Chartier2015-04-2110-12/+378
* Fix buildMathieu Chartier2015-04-161-1/+1
* Fix DCHECK failures from Class::VisitFieldRootsMathieu Chartier2015-04-132-9/+15
* Merge "ART: Clean up includes."Vladimir Marko2015-04-134-9/+12
|\
| * ART: Clean up includes.Vladimir Marko2015-04-134-9/+12
* | Merge "JDWP: fix thread_list deadlock"Sebastien Hertz2015-04-131-1/+4
|\ \ | |/ |/|
| * JDWP: fix thread_list deadlockSebastien Hertz2015-04-081-1/+4
* | Move ArtField to nativeMathieu Chartier2015-04-1020-811/+205
* | Avoid using dex cache array pointers in libart.Vladimir Marko2015-04-103-9/+8
|/
* ART: Enable more Clang warningsAndreas Gampe2015-04-061-0/+3
* Refactor and improve GC root handlingMathieu Chartier2015-04-0619-29/+53
* 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