Home
last modified time | relevance | path

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

/art/runtime/gc/
Dreference_processor.h57 void EnableSlowPath() SHARED_REQUIRES(Locks::mutator_lock_);
Dreference_processor.cc48 void ReferenceProcessor::EnableSlowPath() { in EnableSlowPath() function in art::gc::ReferenceProcessor
/art/runtime/gc/collector/
Dmark_sweep.cc212 GetHeap()->GetReferenceProcessor()->EnableSlowPath(); in PausePhase()