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