summaryrefslogtreecommitdiffstats
path: root/runtime/gc/reference_processor.cc
Commit message (Expand)AuthorAgeFilesLines
* Add heap task processorMathieu Chartier2014-12-191-7/+36
* Use WaitHoldingLocks in ReferenceProcessor::MakeCircularListIfUnenqueued.Pavel Vyssotski2014-12-151-1/+1
* ART: More warningsAndreas Gampe2014-11-041-1/+1
* Restore some aosp/master changes lost in cherry-pick 7c438b19b71932ac8a44eff4...Mathieu Chartier2014-09-171-1/+0
* Add native support for FinalizerList.makeCircularListIfUnenqueuedMathieu Chartier2014-09-141-7/+38
* Revert "Revert "Revert "Revert "Add intrinsic for Reference.get()""""Fred Shih2014-07-151-8/+9
* Revert "Revert "Revert "Add intrinsic for Reference.get()"""Sebastien Hertz2014-07-111-8/+7
* Revert "Revert "Add intrinsic for Reference.get()""Christopher Ferris2014-07-111-7/+8
* Revert "Add intrinsic for Reference.get()"Christopher Ferris2014-07-111-8/+7
* Add intrinsic for Reference.get()Fred Shih2014-07-101-7/+8
* More advanced timing loggers.Mathieu Chartier2014-06-241-4/+3
* Add mark compact collector.Mathieu Chartier2014-06-191-0/+4
* Change reference processing to use heap references.Mathieu Chartier2014-06-161-51/+48
* Reduced frequency of blocks for concurrent gcFred Shih2014-06-101-10/+15
* Merge "Reference::GetReferent() calls by GC should not trigger read barriers."Hiroshi Yamauchi2014-05-091-2/+1
|\
| * Reference::GetReferent() calls by GC should not trigger read barriers.Hiroshi Yamauchi2014-05-091-2/+1
* | Fix race condition in ProcessReferences.Mathieu Chartier2014-05-091-15/+17
|/
* Use WaitHoldingLocks in ReferenceProcessor::GetReferent.Mathieu Chartier2014-05-081-2/+2
* Add concurrent reference processing.Mathieu Chartier2014-05-071-0/+222