Searched refs:PausePhase (Results 1 - 2 of 2) sorted by relevance

/art/runtime/gc/collector/
H A Dmark_sweep.h64 void PausePhase() REQUIRES(Locks::mutator_lock_) REQUIRES(!mark_stack_lock_);
H A Dmark_sweep.cc156 PausePhase();
163 PausePhase();
184 void MarkSweep::PausePhase() { function in class:art::gc::collector::MarkSweep
185 TimingLogger::ScopedTiming t("(Paused)PausePhase", GetTimings());

Completed in 342 milliseconds