Home
last modified time | relevance | path

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

/art/runtime/gc/collector/
Dmark_sweep.h105 void MarkRootsCheckpoint(Thread* self, bool revoke_ros_alloc_thread_local_buffers_at_checkpoint)
Dmark_sweep.cc239 MarkRootsCheckpoint(self, false); in PreCleanCards()
637 MarkRootsCheckpoint(self, kRevokeRosAllocThreadLocalBuffersAtCheckpoint); in MarkRoots()
1183 void MarkSweep::MarkRootsCheckpoint(Thread* self, in MarkRootsCheckpoint() function in art::gc::collector::MarkSweep