summaryrefslogtreecommitdiffstats
path: root/runtime/interpreter/unstarted_runtime.cc
Commit message (Expand)AuthorAgeFilesLines
* Move mirror::ArtMethod to nativeMathieu Chartier2015-06-021-205/+113
* ART: Refactor UnstartedRuntime for testingAndreas Gampe2015-05-211-203/+109
* 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
* Replace NULL with nullptrMathieu Chartier2015-04-221-1/+1
* 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-101-6/+8
* ART: Add Clang's -Wused-but-marked-unusedAndreas Gampe2015-04-031-2/+2
* Use va_list argument to abort transactionSebastien Hertz2015-04-031-8/+15
* Use specific exception class to abort transactionSebastien Hertz2015-04-031-6/+8
* ART: Fix unstarted runtimeAndreas Gampe2015-04-011-7/+12
* Add AccessibleObject and Field to mirrorMathieu Chartier2015-03-291-13/+6
* Unify ART's various implementations of bit_cast.Roland Levillain2015-03-241-1/+1
* 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-111-0/+752