summaryrefslogtreecommitdiffstats
path: root/runtime/image.cc
Commit message (Expand)AuthorAgeFilesLines
* Revert "Revert "Optimize IMT""Artem Udovichenko2016-07-081-1/+1
* Revert "Optimize IMT"Jeff Hao2016-06-291-1/+1
* Optimize IMTNelli Kim2016-06-211-1/+1
* Revert "Revert "Write conflict tables in image""Mathieu Chartier2016-04-281-9/+17
* Revert "Write conflict tables in image"Mathieu Chartier2016-04-271-17/+9
* Write conflict tables in imageMathieu Chartier2016-04-271-9/+17
* Fix up dex cache strings stored in classesMathieu Chartier2016-02-011-1/+1
* Remove GetImageRoots read barrier for image relocationMathieu Chartier2016-01-261-18/+0
* Revert "Revert "Load app images""Mathieu Chartier2016-01-251-2/+20
* Merge "Revert "Load app images""Nicolas Geoffray2016-01-231-20/+2
|\
| * Revert "Load app images"Nicolas Geoffray2016-01-231-20/+2
* | Bump image versionMathieu Chartier2016-01-221-1/+1
|/
* Load app imagesMathieu Chartier2016-01-221-2/+20
* Remove gaps between imagesMathieu Chartier2016-01-061-1/+1
* Dex2oat support for multiple oat file and image file outputs.Jeff Hao2015-12-231-4/+0
* Fix (non-intrinsic) UnsafeCASObject for the read barrier config.Hiroshi Yamauchi2015-12-161-1/+1
* Revert "Revert "Add support for LZ4 compressed image files""Mathieu Chartier2015-12-101-3/+7
* Revert "Add support for LZ4 compressed image files"Nicolas Geoffray2015-12-101-7/+3
* Add support for LZ4 compressed image filesMathieu Chartier2015-12-091-3/+7
* Store class tables in the imageMathieu Chartier2015-12-031-1/+1
* Reduce memory used by CompiledMethods.Vladimir Marko2015-10-271-4/+4
* ART: Use .bss section for dex cache arrays.Vladimir Marko2015-10-151-1/+1
* ART: Move DexCache arrays to native.Vladimir Marko2015-09-031-1/+1
* Add class flags to class to help GC scanningMathieu Chartier2015-08-211-1/+1
* ART: Rename ArtMethod's size and alignment methods.Vladimir Marko2015-08-171-2/+2
* ART: Compress LengthPrefixedArray on 32-bit targets.Vladimir Marko2015-08-171-5/+7
* Move ArtFields and ArtMethods to be a length prefixed arrayMathieu Chartier2015-08-051-1/+23
* Move image intern table into imageMathieu Chartier2015-06-111-1/+1
* Move mirror::ArtMethod to nativeMathieu Chartier2015-05-291-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