summaryrefslogtreecommitdiffstats
path: root/runtime/gc/accounting/heap_bitmap.h
Commit message (Expand)AuthorAgeFilesLines
* Print field info on mark sweep invalid ref crash.Hiroshi Yamauchi2015-05-141-0/+2
* More of the concurrent copying collector.Hiroshi Yamauchi2015-01-231-0/+6
* Add native memory accounting through custom allocator.Mathieu Chartier2014-08-291-3/+6
* Replace ObjectSet with LargeObjectBitmap.Mathieu Chartier2014-04-171-6/+10
* Refactor space bitmap to support different alignments.Mathieu Chartier2014-04-141-5/+6
* Refactor some GC code.Mathieu Chartier2014-03-281-48/+5
* Refactor and optimize GC code.Mathieu Chartier2014-03-241-8/+5
* Enable annotalysis on clang ART builds.Ian Rogers2014-03-061-1/+0
* Add root types and thread id to root visiting.Mathieu Chartier2014-02-111-1/+2
* Refactor large object sweeping.Mathieu Chartier2014-01-101-8/+8
* Background compaction support.Mathieu Chartier2014-01-081-0/+2
* Throw IOException at source of failing to open a dex file.Ian Rogers2013-10-211-2/+2
* Fix up TODO: c++0x, update cpplint.Mathieu Chartier2013-08-161-12/+4
* GC data structures allocation trackingMathieu Chartier2013-07-251-4/+8
* Fix cpplint whitespace/blank_line issuesBrian Carlstrom2013-07-181-1/+0
* Fix cpplint runtime/explicit issuesBrian Carlstrom2013-07-171-2/+1
* 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/+129