Home
last modified time | relevance | path

Searched refs:CheckpointMarkThreadRoots (Results 1 – 2 of 2) sorted by relevance

/art/runtime/gc/collector/
Dmark_sweep.h360 class CheckpointMarkThreadRoots; variable
Dmark_sweep.cc1135 class MarkSweep::CheckpointMarkThreadRoots : public Closure, public RootVisitor { class in art::gc::collector::MarkSweep
1137 CheckpointMarkThreadRoots(MarkSweep* mark_sweep, in CheckpointMarkThreadRoots() function in art::gc::collector::MarkSweep::CheckpointMarkThreadRoots
1186 CheckpointMarkThreadRoots check_point(this, revoke_ros_alloc_thread_local_buffers_at_checkpoint); in MarkRootsCheckpoint()