summaryrefslogtreecommitdiffstats
path: root/runtime/gc/accounting/card_table.h
Commit message (Expand)AuthorAgeFilesLines
* Add some more DISALLOW_COPY_AND_ASSIGNMathieu Chartier2015-05-041-0/+2
* Replace NULL with nullptrMathieu Chartier2015-04-221-1/+1
* ART: Clean up includes.Vladimir Marko2015-04-131-6/+4
* ART: clear dirty cards of alloc space for MS/CMS partial and full GCsLei Li2015-01-261-0/+1
* ART: clear dirty cards of alloc space in pause phaseLei Li2015-01-221-1/+1
* Optimize method linkingMathieu Chartier2014-10-271-3/+2
* stdint types all the way!Ian Rogers2014-10-091-19/+19
* Add card table test.Mathieu Chartier2014-08-061-4/+4
* Now we have a proper C++ library, use std::unique_ptr.Ian Rogers2014-05-191-2/+3
* Compatibility layer to transition from UniquePtr to std::unique_ptr.Ian Rogers2014-05-151-1/+1
* Refactor space bitmap to support different alignments.Mathieu Chartier2014-04-141-2/+3
* Enable annotalysis on clang ART builds.Ian Rogers2014-03-061-1/+1
* Improve heap verification.Mathieu Chartier2013-09-191-3/+3
* More parallel GC, rewritten parallel mark stack processing.Mathieu Chartier2013-08-161-3/+3
* C++11 support for ART.Mathieu Chartier2013-08-131-1/+1
* Disable and remove finger.Mathieu Chartier2013-08-031-3/+2
* 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/+156