summaryrefslogtreecommitdiffstats
path: root/runtime/gc/reference_queue.h
Commit message (Expand)AuthorAgeFilesLines
* ART: Introduce runtime_globalsAndreas Gampe2019-01-091-1/+1
* ART: Move to using locks.h instead of mutex.hAndreas Gampe2018-12-061-1/+4
* Clean up include pathsDavid Sehr2018-04-261-1/+1
* Move most of runtime/base to libartbase/baseDavid Sehr2018-03-051-1/+1
* ART: More header cleanupsAndreas Gampe2017-06-051-1/+3
* Always mark reference referents in transaction mode.Hiroshi Yamauchi2017-02-211-0/+7
* Move reference processor and mirror::Reference to ObjPtrMathieu Chartier2016-10-141-4/+5
* ART: SHARED_REQUIRES to REQUIRES_SHAREDAndreas Gampe2016-08-301-10/+10
* 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