summaryrefslogtreecommitdiffstats
path: root/compiler/image_writer.h
Commit message (Expand)AuthorAgeFilesLines
* Move image intern table into imageMathieu Chartier2015-06-111-14/+12
* Move mirror::ArtMethod to nativeMathieu Chartier2015-06-021-40/+65
* ART: Clean up arm64 kNumberOfXRegisters usage.Vladimir Marko2015-05-261-2/+2
* Replace String CharArray with internal uint16_t array.Jeff Hao2015-04-271-3/+0
* Move ArtField to nativeMathieu Chartier2015-04-101-4/+25
* Fixed layout for dex caches in boot image.Vladimir Marko2015-03-311-2/+22
* Remove portable.Elliott Hughes2014-12-121-9/+2
* ART: Fix string data leak in image writerAndreas Gampe2014-12-051-1/+15
* dex2oat: Pack likely-dirty objects together when generating the boot imageIgor Murashkin2014-11-201-5/+83
* Change 64 bit ArtMethod fields to be pointer sizedMathieu Chartier2014-11-181-1/+5
* Combine image string char arrays into single arrayMathieu Chartier2014-11-171-3/+6
* ART: Add support for patching and loading OAT files compiled with PICIgor Murashkin2014-10-271-9/+12
* stdint types all the way!Ian Rogers2014-10-091-8/+8
* Implement method calls using relative BL on ARM.Vladimir Marko2014-09-251-23/+41
* Runtime can now be set to require relocationAlex Light2014-07-221-3/+5
* Improve performance of invokevirtual/invokeinterface with embedded imt/vtableMingyao Yang2014-07-111-0/+8
* Add patchoat tool to Art.Alex Light2014-07-071-2/+3
* Now we have a proper C++ library, use std::unique_ptr.Ian Rogers2014-05-191-4/+4
* Compatibility layer to transition from UniquePtr to std::unique_ptr.Ian Rogers2014-05-151-1/+1
* Force inlining on trivial accessors.Ian Rogers2014-04-291-5/+8
* Refactor space bitmap to support different alignments.Mathieu Chartier2014-04-141-1/+1
* Refactor image writer reference visiting logic.Mathieu Chartier2014-03-241-13/+3
* Initial changes towards Generic JNI optionAndreas Gampe2014-03-031-2/+3
* Object model changes to support 64bit.Ian Rogers2014-02-061-12/+12
* Compacting collector.Mathieu Chartier2013-11-111-32/+16
* Implement Interface Method Tables (IMT).Jeff Hao2013-10-291-1/+4
* Write out image bitmap inside of image file.Mathieu Chartier2013-08-291-1/+7
* Fix up TODO: c++0x, update cpplint.Mathieu Chartier2013-08-161-2/+1
* Refactor java.lang.reflect implementationBrian Carlstrom2013-08-131-1/+1
* Entry point clean up.Ian Rogers2013-08-071-4/+7
* Fix multiple inclusion guards to match new pathnamesBrian Carlstrom2013-07-171-3/+3
* Create separate Android.mk for main build targetsBrian Carlstrom2013-07-121-0/+210