summaryrefslogtreecommitdiff
path: root/runtime/gc/reference_processor.h
AgeCommit message (Expand)Author
2024-01-17Add visibility attributes in runtime/gc Dmitrii Ishcheikin
2022-01-26Revert^2 "Reduce pauses for weak reference access" Hans Boehm
2022-01-26Revert "Reduce pauses for weak reference access" Hans Boehm
2022-01-26Reduce pauses for weak reference access Hans Boehm
2021-08-18Add GC deadlock discussion Hans Boehm
2021-08-07Revert "Handle suspend requests in getReferent()" Hans Boehm
2021-08-07Handle suspend requests in getReferent() Hans Boehm
2019-05-14Call ReferenceQueue add outside of active GC block Alex Light
2019-01-09ART: Introduce runtime_globals Andreas Gampe
2018-12-06ART: Move to using locks.h instead of mutex.h Andreas Gampe
2018-04-26Clean up include paths David Sehr
2017-11-08cpplint: Cleanup errors Igor Murashkin
2017-06-05ART: More header cleanups Andreas Gampe
2017-01-23Fix some typos in ART. Roland Levillain
2016-12-13Add exclusion for Reference.clear and reference processing Mathieu Chartier
2016-10-14Move reference processor and mirror::Reference to ObjPtr Mathieu Chartier
2016-08-30ART: SHARED_REQUIRES to REQUIRES_SHARED Andreas Gampe
2015-07-22Move to newer clang annotations 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-03Add some more DISALLOW_COPY_AND_ASSIGN Mathieu Chartier
2015-01-23More of the concurrent copying collector. Hiroshi Yamauchi
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-19Add mark compact collector. Mathieu Chartier
2014-06-16Change reference processing to use heap references. Mathieu Chartier
2014-05-07Add concurrent reference processing. Mathieu Chartier