summaryrefslogtreecommitdiff
path: root/runtime/mirror/reference.h
AgeCommit message (Expand)Author
2024-03-26Rename enums.h/.cc to pointer_size.h/.cc. Santiago Aboy Solanes
2024-01-24Add visibility attributes in runtime/mirror Dmitrii Ishcheikin
2021-04-23Add static asserts we have a full list of mirror classes Alex Light
2018-12-06ART: Move to using locks.h instead of mutex.h Andreas Gampe
2018-05-25Remove mirror::Reference::java_lang_ref_Reference. Vladimir Marko
2017-06-05ART: Small class-inl.h cleanup Andreas Gampe
2017-05-30ART: More header cleanup - runtime.h Andreas Gampe
2016-10-14Move reference processor and mirror::Reference to ObjPtr Mathieu Chartier
2016-08-30ART: SHARED_REQUIRES to REQUIRES_SHARED Andreas Gampe
2016-08-01ART: Convert pointer size to enum Andreas Gampe
2016-07-27Reduce unnecessary read barriers in GC Mathieu Chartier
2016-01-28Always use pendingNext to test enqueability of references. Richard Uhler
2016-01-26Factor out common code for SetPendingNext. Richard Uhler
2015-07-22Move to newer clang annotations Mathieu Chartier
2015-05-29Move mirror::ArtMethod to native Mathieu Chartier
2015-04-06Refactor and improve GC root handling Mathieu Chartier
2015-03-29Add AccessibleObject and Field to mirror Mathieu Chartier
2014-07-29Add GcRoot to clean up and enforce read barriers. Hiroshi Yamauchi
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-16Change reference processing to use heap references. Mathieu Chartier
2014-05-09Reference::GetReferent() calls by GC should not trigger read barriers. Hiroshi Yamauchi
2014-04-29Force inlining on trivial accessors. Ian Rogers
2014-03-14Refactor reference code into mirror namespace. Mathieu Chartier