Home
last modified time | relevance | path

Searched defs:CheckpointMarkThreadRoots (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/art/runtime/gc/collector/
H A Dmark_sweep.h346 class CheckpointMarkThreadRoots; variable
H A Dmark_sweep.cc1121 class MarkSweep::CheckpointMarkThreadRoots : public Closure, public RootVisitor { class in art::gc::collector::MarkSweep
1123 CheckpointMarkThreadRoots(MarkSweep* mark_sweep, in CheckpointMarkThreadRoots() function in art::gc::collector::MarkSweep::CheckpointMarkThreadRoots
H A Dmark_compact.h812 class CheckpointMarkThreadRoots; variable
H A Dmark_compact.cc3740 class MarkCompact::CheckpointMarkThreadRoots : public Closure { class in art::gc::collector::MarkCompact
3742 explicit CheckpointMarkThreadRoots(MarkCompact* mark_compact) : mark_compact_(mark_compact) {} in CheckpointMarkThreadRoots() function in art::gc::collector::MarkCompact::CheckpointMarkThreadRoots