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