Home
last modified time | relevance | path

Searched refs:ReMarkRoots (Results 1 – 4 of 4) sorted by relevance

/art/runtime/gc/collector/
Dmark_sweep.h127 void ReMarkRoots()
Dmark_compact.h402 void ReMarkRoots(Runtime* runtime) REQUIRES(Locks::mutator_lock_, Locks::heap_bitmap_lock_);
Dmark_sweep.cc191 ReMarkRoots(); in PausePhase()
1086 void MarkSweep::ReMarkRoots() { in ReMarkRoots() function in art::gc::collector::MarkSweep
Dmark_compact.cc1354 void MarkCompact::ReMarkRoots(Runtime* runtime) { in ReMarkRoots() function in art::gc::collector::MarkCompact
1405 ReMarkRoots(runtime); in MarkingPause()