summaryrefslogtreecommitdiffstats
path: root/runtime/interpreter
Commit message (Expand)AuthorAgeFilesLines
* Fix moving GC bug in DoFilledNewArrayMathieu Chartier2015-06-181-18/+20
* Follow up on CL 151605Sebastien Hertz2015-06-181-1/+1
* Fix nested deoptimization.Mingyao Yang2015-06-181-3/+2
* ART: Allow PackedSwitch instructions with zero targetsDavid Brazdil2015-06-181-1/+4
* Move mirror::ArtMethod to nativeMathieu Chartier2015-06-029-246/+158
* Add unstarted runtime test for String.<init>.Jeff Hao2015-05-291-0/+29
* ART: Refactor UnstartedRuntime for testingAndreas Gampe2015-05-216-214/+503
* Add new style String operations during compilation init, part 2Kenny Root2015-05-151-0/+60
* Add new style String operations during compilation initKenny Root2015-05-151-0/+66
* Fix non-range String init callsKenny Root2015-05-151-6/+7
* Merge "JDWP: properly combine location events"Sebastien Hertz2015-05-072-58/+16
|\
| * JDWP: properly combine location eventsSebastien Hertz2015-04-292-58/+16
* | Fix mismatched new[]/delete.Christopher Ferris2015-05-041-1/+1
* | Restore interpreter check during DoCall removed by string init.Jeff Hao2015-04-291-0/+1
|/
* Replace String CharArray with internal uint16_t array.Jeff Hao2015-04-274-13/+93
* Replace NULL with nullptrMathieu Chartier2015-04-226-229/+372
* ART: More nullptr checks in unstarted runtimeAndreas Gampe2015-04-141-7/+26
* Merge "ART: Add Security cutout to unstarted runtime"Andreas Gampe2015-04-141-0/+97
|\
| * ART: Add Security cutout to unstarted runtimeAndreas Gampe2015-04-141-0/+97
* | ART: Add a null-check to unstarted-runtimeAndreas Gampe2015-04-141-1/+6
|/
* ART: Add Array.createObjectArray to unstarted runtimeAndreas Gampe2015-04-101-0/+27
* Move ArtField to nativeMathieu Chartier2015-04-103-11/+11
* ART: Add Clang's -Wused-but-marked-unusedAndreas Gampe2015-04-031-2/+2
* Use va_list argument to abort transactionSebastien Hertz2015-04-035-17/+32
* Use specific exception class to abort transactionSebastien Hertz2015-04-032-7/+9
* Merge "Revert "Revert "Deoptimization-based bce."""Mingyao Yang2015-04-011-1/+3
|\
| * Revert "Revert "Deoptimization-based bce.""Mingyao Yang2015-04-011-1/+3
* | ART: Fix unstarted runtimeAndreas Gampe2015-04-011-7/+12
|/
* Add AccessibleObject and Field to mirrorMathieu Chartier2015-03-292-14/+7
* Unify ART's various implementations of bit_cast.Roland Levillain2015-03-241-1/+1
* JDWP: Optimized single step during debuggingDaniel Mihalyi2015-03-241-2/+9
* Revert "Deoptimization-based bce."Andreas Gampe2015-03-241-3/+1
* Deoptimization-based bce.Mingyao Yang2015-03-231-1/+3
* Fix interpreter to allow 0 size sparse switches.Jeff Hao2015-03-201-1/+4
* Change RETURN_VOID_BARRIER to RETURN_VOID_NO_BARRIERMathieu Chartier2015-03-192-17/+5
* Remove the Android.mk GCC-only source files hackeryColin Cross2015-03-181-0/+5
* ART: Fix arraycopy in Unstarted RuntimeAndreas Gampe2015-03-131-21/+102
* ART: More cutouts for unstarted runtimeAndreas Gampe2015-03-121-27/+202
* ART: Fix finalizable class in Unstarted RuntimeAndreas Gampe2015-03-111-0/+16
* ART: Fix AbortTransaction in Unstarted RuntimeAndreas Gampe2015-03-111-20/+28
* ART: Refactor unstarted runtimeAndreas Gampe2015-03-115-390/+809
* Remove ThrowLocation.Nicolas Geoffray2015-03-104-68/+56
* Merge "Compute the right catch location for the debugger."Nicolas Geoffray2015-03-093-83/+9
|\
| * Compute the right catch location for the debugger.Nicolas Geoffray2015-03-093-83/+9
* | ART: Allow arraycopy with int[] in unstarted runtimeAndreas Gampe2015-03-061-1/+2
* | Merge "ART: Fix missing handles"Andreas Gampe2015-03-041-24/+28
|\ \ | |/ |/|
| * ART: Fix missing handlesAndreas Gampe2015-03-041-24/+28
* | Change how we report exceptions to the debugger.Nicolas Geoffray2015-03-031-6/+5
|/
* ART: Allow more operations in unstarted RuntimeAndreas Gampe2015-03-021-15/+135
* Revert "Revert "Add JIT""Mathieu Chartier2015-02-241-1/+24