Home
last modified time | relevance | path

Searched refs:EnableSlowPath (Results 1 – 3 of 3) sorted by relevance

/art/runtime/gc/
Dreference_processor.h56 void EnableSlowPath() EXCLUSIVE_LOCKS_REQUIRED(Locks::mutator_lock_);
Dreference_processor.cc42 void ReferenceProcessor::EnableSlowPath() { in EnableSlowPath() function in art::gc::ReferenceProcessor
/art/runtime/gc/collector/
Dmark_sweep.cc207 GetHeap()->GetReferenceProcessor()->EnableSlowPath(); in PausePhase()