summaryrefslogtreecommitdiff
path: root/runtime/gc/reference_processor.cc
AgeCommit message (Expand)Author
2016-01-28Always use pendingNext to test enqueability of references. Richard Uhler
2016-01-26Factor out common code for SetPendingNext. Richard Uhler
2016-01-19Fix various typos in ART's comments and string literals. Roland Levillain
2015-07-15Address some GC comments Mathieu Chartier
2015-07-14Clean up GC callbacks to be virtual methods Mathieu Chartier
2015-07-13Thread-local mark stacks for the CC collector. Hiroshi Yamauchi
2015-05-29Move mirror::ArtMethod to native Mathieu Chartier
2015-05-26ART: Clean up arm64 kNumberOfXRegisters usage. Vladimir Marko
2014-12-19Add heap task processor Mathieu Chartier
2014-12-15Use WaitHoldingLocks in ReferenceProcessor::MakeCircularListIfUnenqueued. Pavel Vyssotski
2014-11-04ART: More warnings Andreas Gampe
2014-09-17Restore some aosp/master changes lost in cherry-pick 7c438b19b71932ac8a44eff4... Mathieu Chartier
2014-09-14Add native support for FinalizerList.makeCircularListIfUnenqueued Mathieu Chartier
2014-07-15Revert "Revert "Revert "Revert "Add intrinsic for Reference.get()"""" Fred Shih
2014-07-11Revert "Revert "Revert "Add intrinsic for Reference.get()""" Sebastien Hertz
2014-07-11Revert "Revert "Add intrinsic for Reference.get()"" Christopher Ferris
2014-07-11Revert "Add intrinsic for Reference.get()" Christopher Ferris
2014-07-10Add intrinsic for Reference.get() Fred Shih
2014-06-24More advanced timing loggers. Mathieu Chartier
2014-06-19Add mark compact collector. Mathieu Chartier
2014-06-16Change reference processing to use heap references. Mathieu Chartier
2014-06-10Reduced frequency of blocks for concurrent gc Fred Shih
2014-05-09Merge "Reference::GetReferent() calls by GC should not trigger read barriers." Hiroshi Yamauchi
2014-05-09Reference::GetReferent() calls by GC should not trigger read barriers. Hiroshi Yamauchi
2014-05-09Fix race condition in ProcessReferences. Mathieu Chartier
2014-05-08Use WaitHoldingLocks in ReferenceProcessor::GetReferent. Mathieu Chartier
2014-05-07Add concurrent reference processing. Mathieu Chartier