summaryrefslogtreecommitdiff
path: root/runtime/mirror/reference-inl.h
AgeCommit message (Expand)Author
2024-08-08Use variable sized ref-offset bitmap for fast VisitReferences() Lokesh Gidra
2024-01-24Add visibility attributes in runtime/mirror Dmitrii Ishcheikin
2018-05-31Remove static GcRoot<>s from Class and ClassExt. Vladimir Marko
2018-05-25Remove mirror::Reference::java_lang_ref_Reference. Vladimir Marko
2017-06-05ART: Small class-inl.h cleanup Andreas Gampe
2017-06-02ART: Introduce thread-current-inl.h Andreas Gampe
2016-10-14Move reference processor and mirror::Reference to ObjPtr Mathieu Chartier
2016-08-01ART: Convert pointer size to enum Andreas Gampe
2016-01-28Always use pendingNext to test enqueability of references. Richard Uhler
2015-11-12Merge lmp changes into mnc. Narayan Kamath
2015-11-09Update class layout for j.l.ref.Reference. Piotr Jastrzebski
2015-06-02Move mirror::ArtMethod to native Mathieu Chartier
2014-08-25Reduced memory usage of primitive fields smaller than 4-bytes Fred Shih
2014-07-15Revert "Revert "Revert "Revert "Add intrinsic for Reference.get()"""" Fred Shih
2014-04-29Force inlining on trivial accessors. Ian Rogers
2014-03-14Refactor reference code into mirror namespace. Mathieu Chartier