summaryrefslogtreecommitdiffstats
path: root/runtime/gc/accounting/mod_union_table.cc
Commit message (Expand)AuthorAgeFilesLines
* Move ArtField to nativeMathieu Chartier2015-04-101-1/+0
* Change card cache mod-union table to use bitmapsMathieu Chartier2015-02-261-50/+124
* ART: reduce UpdateModUnionTable time for partial GCLei Li2015-01-231-6/+12
* Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.Ian Rogers2014-11-031-0/+2
* stdint types all the way!Ian Rogers2014-10-091-9/+9
* Enable large object space for zygote.Mathieu Chartier2014-08-201-10/+45
* Disable adding main and non moving spaces to immune region in GSSMathieu Chartier2014-07-161-1/+1
* Now we have a proper C++ library, use std::unique_ptr.Ian Rogers2014-05-191-1/+2
* 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-4/+4
* Refactor space bitmap to support different alignments.Mathieu Chartier2014-04-141-3/+4
* Refactor some GC code.Mathieu Chartier2014-03-281-8/+7
* Refactor object reference visiting logic.Mathieu Chartier2014-03-241-46/+34
* Refactor and optimize GC code.Mathieu Chartier2014-03-241-3/+3
* Enable annotalysis on clang ART builds.Ian Rogers2014-03-061-1/+0
* Change root visitor to use Object**.Mathieu Chartier2014-02-181-8/+9
* Remove blacklistSebastien Hertz2014-02-171-1/+5
* Add root types and thread id to root visiting.Mathieu Chartier2014-02-111-13/+13
* Object model changes to support 64bit.Ian Rogers2014-02-061-21/+20
* Background compaction support.Mathieu Chartier2014-01-081-0/+2
* Enable moving classes.Mathieu Chartier2013-12-101-1/+1
* Compacting collector.Mathieu Chartier2013-11-111-4/+4
* Refactor and improve mod-union tables.Mathieu Chartier2013-09-251-62/+84
* Fix up TODO: c++0x, update cpplint.Mathieu Chartier2013-08-161-111/+38
* Refactor java.lang.reflect implementationBrian Carlstrom2013-08-131-1/+1
* Disable and remove finger.Mathieu Chartier2013-08-031-6/+5
* GC data structures allocation trackingMathieu Chartier2013-07-251-2/+2
* Fixing cpplint whitespace/blank_line, whitespace/end_of_line, whitespace/labe...Brian Carlstrom2013-07-181-2/+2
* Fix cpplint build/namespaces issuesBrian Carlstrom2013-07-181-13/+13
* Fix cpplint whitespace/parens issuesBrian Carlstrom2013-07-181-15/+15
* Fix cpplint runtime/explicit issuesBrian Carlstrom2013-07-171-2/+2
* Create separate Android.mk for main build targetsBrian Carlstrom2013-07-121-0/+396