Home
last modified time | relevance | path

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

/aosp12/art/runtime/gc/collector/
H A Dconcurrent_copying.h235 void SwitchToGcExclusiveMarkStackMode() REQUIRES_SHARED(Locks::mutator_lock_);
H A Dconcurrent_copying.cc1654 SwitchToGcExclusiveMarkStackMode(); in CopyingPhase()
2421 void ConcurrentCopying::SwitchToGcExclusiveMarkStackMode() { in SwitchToGcExclusiveMarkStackMode() function in art::gc::collector::ConcurrentCopying