Home
last modified time | relevance | path

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

/art/runtime/gc/
Dreference_processor.h59 void EnableSlowPath() REQUIRES_SHARED(Locks::mutator_lock_);
Dreference_processor.cc69 void ReferenceProcessor::EnableSlowPath() { in EnableSlowPath() function in art::gc::ReferenceProcessor
/art/runtime/gc/collector/
Dmark_sweep.cc216 GetHeap()->GetReferenceProcessor()->EnableSlowPath(); in PausePhase()