summaryrefslogtreecommitdiffstats
path: root/runtime/gc/reference_queue.h
Commit message (Expand)AuthorAgeFilesLines
* Always use pendingNext to test enqueability of references.Richard Uhler2016-01-281-12/+9
* Move to newer clang annotationsMathieu Chartier2015-07-221-11/+12
* Clean up GC callbacks to be virtual methodsMathieu Chartier2015-07-141-5/+8
* Add some more DISALLOW_COPY_AND_ASSIGNMathieu Chartier2015-05-031-1/+1
* Add ReferenceQueue testMathieu Chartier2014-12-121-9/+8
* Make ART compile with GCC -O0 again.Ian Rogers2014-10-161-2/+16
* Add native support for FinalizerList.makeCircularListIfUnenqueuedMathieu Chartier2014-09-141-2/+2
* Add mark compact collector.Mathieu Chartier2014-06-191-1/+5
* Change reference processing to use heap references.Mathieu Chartier2014-06-161-7/+6
* Reduced frequency of blocks for concurrent gcFred Shih2014-06-101-1/+1
* Add concurrent reference processing.Mathieu Chartier2014-05-071-3/+4
* Refactor reference code into mirror namespace.Mathieu Chartier2014-03-141-9/+11
* 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-5/+6
* Object model changes to support 64bit.Ian Rogers2014-02-061-2/+2
* Refactor reference queues.Mathieu Chartier2013-11-151-0/+96