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