Home
last modified time | relevance | path

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

/art/runtime/gc/
Dreference_processor.h56 void EnableSlowPath() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
Dreference_processor.cc47 void ReferenceProcessor::EnableSlowPath() { in EnableSlowPath() function in art::gc::ReferenceProcessor
/art/runtime/gc/collector/
Dmark_sweep.cc211 GetHeap()->GetReferenceProcessor()->EnableSlowPath(); in PausePhase()
Dconcurrent_copying.cc386 GetHeap()->GetReferenceProcessor()->EnableSlowPath(); in MarkingPhase()