summaryrefslogtreecommitdiffstats
path: root/runtime/gc/accounting/space_bitmap.cc
Commit message (Expand)AuthorAgeFilesLines
* Move image intern table into imageMathieu Chartier2015-06-111-0/+5
* Move mirror::ArtMethod to nativeMathieu Chartier2015-06-021-1/+1
* Replace NULL with nullptrMathieu Chartier2015-04-221-5/+5
* Move ArtField to nativeMathieu Chartier2015-04-101-19/+15
* Add support for .bss section in oat files.Vladimir Marko2015-03-021-1/+2
* Remove portable.Elliott Hughes2014-12-121-0/+1
* stdint types all the way!Ian Rogers2014-10-091-24/+24
* Remove object_utils.h.Ian Rogers2014-07-161-0/+10
* Add mark compact collector.Mathieu Chartier2014-06-191-1/+1
* Remove deprecated WITH_HOST_DALVIK.Ian Rogers2014-06-101-6/+2
* Merge "Change FieldHelper to use a handle."Mathieu Chartier2014-06-061-5/+3
|\
| * Change FieldHelper to use a handle.Mathieu Chartier2014-06-061-5/+3
* | Reduce header files including header files.Ian Rogers2014-06-061-0/+6
|/
* ART: Heap-allocate buffer in space_bitmap when on 64b archAndreas Gampe2014-06-041-1/+9
* Now we have a proper C++ library, use std::unique_ptr.Ian Rogers2014-05-191-2/+2
* Enable reading page map without lock in RosAlloc::BulkFreeMathieu Chartier2014-04-251-6/+8
* Replace ObjectSet with LargeObjectBitmap.Mathieu Chartier2014-04-171-20/+27
* Refactor space bitmap to support different alignments.Mathieu Chartier2014-04-141-76/+41
* Make SpaceBitmap cross-compiling tolerantAndreas Gampe2014-04-021-13/+14
* Add root types and thread id to root visiting.Mathieu Chartier2014-02-111-6/+6
* Object model changes to support 64bit.Ian Rogers2014-02-061-1/+1
* Add zygote space as its own space type.Mathieu Chartier2014-01-311-3/+3
* Refactor large object sweeping.Mathieu Chartier2014-01-101-13/+1
* Throw IOException at source of failing to open a dex file.Ian Rogers2013-10-211-3/+5
* Write out image bitmap inside of image file.Mathieu Chartier2013-08-291-8/+12
* Refactor java.lang.reflect implementationBrian Carlstrom2013-08-131-5/+5
* Fix cpplint whitespace/blank_line issuesBrian Carlstrom2013-07-181-3/+1
* Create separate Android.mk for main build targetsBrian Carlstrom2013-07-121-0/+288