summaryrefslogtreecommitdiffstats
path: root/runtime/image.cc
Commit message (Expand)AuthorAgeFilesLines
* Move image intern table into imageMathieu Chartier2015-06-111-1/+1
* Move mirror::ArtMethod to nativeMathieu Chartier2015-06-021-9/+28
* ART: Clean up arm64 kNumberOfXRegisters usage.Vladimir Marko2015-05-261-1/+1
* Move ArtField to nativeMathieu Chartier2015-04-101-1/+5
* ART: Ensure order of field gapsAndreas Gampe2015-02-191-1/+1
* More of the concurrent copying collector.Hiroshi Yamauchi2015-01-231-1/+11
* Change 64 bit ArtMethod fields to be pointer sizedMathieu Chartier2014-11-181-1/+1
* Delete unused imtable fieldMathieu Chartier2014-11-101-1/+1
* ART: Add support for patching and loading OAT files compiled with PICIgor Murashkin2014-10-271-2/+4
* Optimize method linkingMathieu Chartier2014-10-271-1/+1
* stdint types all the way!Ian Rogers2014-10-091-2/+2
* Simplify instance reference offsets.Ian Rogers2014-10-091-1/+1
* ART: Change access flag behavior in verifierAndreas Gampe2014-09-151-1/+1
* Add patchoat tool to Art.Alex Light2014-07-071-1/+32
* Remove oat file location in the image.Nicolas Geoffray2014-03-041-1/+1
* Forgot to bump oat version in previous changeBrian Carlstrom2013-12-181-1/+1
* Fix image_test on targetBrian Carlstrom2013-09-031-0/+15
* Write out image bitmap inside of image file.Mathieu Chartier2013-08-291-1/+7
* Create separate Android.mk for main build targetsBrian Carlstrom2013-07-121-0/+63