index
:
platform/art
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
runtime
/
gc_root.h
Age
Commit message (
Expand
)
Author
2024-06-26
Better document GcRoot
Hans Boehm
2024-01-17
Add visibility attributes in runtime/g*
Dmitrii Ishcheikin
2023-02-09
Fix mutator lock annotations for `nodes.cc`.
Vladimir Marko
2023-01-16
Clean up `ObjectReference<>` use with vreg values.
Vladimir Marko
2020-06-11
Clean up generated operator<<(os, enum).
Vladimir Marko
2019-10-11
Make bitmap constants more explicit.
Florian Mayer
2018-12-06
ART: Move to using locks.h instead of mutex.h
Andreas Gampe
2018-08-28
Use 'final' and 'override' specifiers directly in ART.
Roland Levillain
2017-09-18
ART: Move read barrier config out of globals
Andreas Gampe
2017-05-11
Revert "Use IsMarked instead of Mark for profiling info."
Nicolas Geoffray
2017-05-10
Use IsMarked instead of Mark for profiling info.
Nicolas Geoffray
2017-02-22
ART: Remove ObjPtr kPoison template parameter
Andreas Gampe
2016-12-12
ART: Add precise root visiting
Andreas Gampe
2016-12-06
Reduce calls to DescriptorEquals
Mathieu Chartier
2016-10-03
Move ArtField to ObjPtr
Mathieu Chartier
2016-08-30
ART: SHARED_REQUIRES to REQUIRES_SHARED
Andreas Gampe
2016-08-09
Card mark holding class instead of declaring class
Mathieu Chartier
2015-11-15
x86/x86-64 read barrier support for concurrent GC in Optimizing.
Roland Levillain
2015-09-04
Make class loaders weak roots
Mathieu Chartier
2015-07-22
Move to newer clang annotations
Mathieu Chartier
2015-06-22
Restore DDMS recent allocation tracking's behavior
Man Cao
2015-06-15
Print more diagnosis info on to-space invariant violation.
Hiroshi Yamauchi
2015-04-14
Fix valgrind tests
Mathieu Chartier
2015-04-13
Fix DCHECK failures from Class::VisitFieldRoots
Mathieu Chartier
2015-04-07
Fix CC root visiting bug
Mathieu Chartier
2015-04-06
ART: Enable Clang's -Wdeprecated
Andreas Gampe
2015-04-06
Refactor and improve GC root handling
Mathieu Chartier
2015-02-23
Avoid unaligned accesses (SIGBUG/BUS_ADRALN) in IRT.
Hiroshi Yamauchi
2015-01-15
Print more info in MarkSweep::VerifyRoot
Mathieu Chartier
2014-11-06
Add hash set
Mathieu Chartier
2014-11-03
Add image strings to intern table
Mathieu Chartier
2014-09-02
Add missing read barriers to intern table.
Mathieu Chartier
2014-09-02
Change intern table to unordered set.
Mathieu Chartier
2014-08-29
Add native memory accounting through custom allocator.
Mathieu Chartier
2014-07-29
Add GcRoot to clean up and enforce read barriers.
Hiroshi Yamauchi