summaryrefslogtreecommitdiffstats
path: root/runtime/gc/space/image_space.h
Commit message (Expand)AuthorAgeFilesLines
* ART stack unwinding fixes for libunwind/gdb/lldb.David Srbecky2015-06-191-0/+4
* Replace NULL with nullptrMathieu Chartier2015-04-221-2/+2
* Move ArtField to nativeMathieu Chartier2015-04-101-1/+1
* Add VMRuntime.isBootClassPathOnDiskBrian Carlstrom2014-09-301-1/+8
* ART: Only allow the zygote to create the global boot imageAndreas Gampe2014-09-181-1/+2
* Support running without a boot image.Alex Light2014-08-251-1/+1
* Make system use patchoat to relocate during runtime.Alex Light2014-08-051-3/+0
* Runtime can now be set to require relocationAlex Light2014-07-221-10/+16
* Revert "Revert "ART: Key-Value Store in Oat header""Andreas Gampe2014-07-111-0/+3
* Revert "ART: Key-Value Store in Oat header"Nicolas Geoffray2014-07-091-3/+0
* ART: Key-Value Store in Oat headerAndreas Gampe2014-07-081-0/+3
* Now we have a proper C++ library, use std::unique_ptr.Ian Rogers2014-05-191-2/+2
* Follow up to "Add ISA directory to image and odex pathnames."Brian Carlstrom2014-05-191-3/+3
* Prevent spurious dexopts in 32-64 builds.Narayan Kamath2014-05-021-3/+30
* Use instruction specific dalvik cache dirs.Narayan Kamath2014-05-011-3/+5
* Refactor space bitmap to support different alignments.Mathieu Chartier2014-04-141-4/+6
* Clean-up heap spaces.Mathieu Chartier2014-04-111-0/+4
* Remove oat file location in the image.Nicolas Geoffray2014-03-041-1/+1
* Object model changes to support 64bit.Ian Rogers2014-02-061-1/+1
* Add zygote space as its own space type.Mathieu Chartier2014-01-311-4/+4
* Throw IOException at source of failing to open a dex file.Ian Rogers2013-10-211-6/+5
* Write out image bitmap inside of image file.Mathieu Chartier2013-08-291-6/+5
* Fix cpplint whitespace/blank_line issuesBrian Carlstrom2013-07-181-1/+0
* Fix multiple inclusion guards to match new pathnamesBrian Carlstrom2013-07-171-3/+3
* Add verification of boot.oat generated on deviceBrian Carlstrom2013-07-171-1/+38
* Create separate Android.mk for main build targetsBrian Carlstrom2013-07-121-0/+81