Home
last modified time | relevance | path

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

/art/runtime/gc/
Dreference_processor.h60 void BroadcastForSlowPath(Thread* self);
Dreference_processor.cc84 void ReferenceProcessor::BroadcastForSlowPath(Thread* self) { in BroadcastForSlowPath() function in art::gc::ReferenceProcessor
/art/runtime/
Dthread_list.cc443 Runtime::Current()->GetHeap()->GetReferenceProcessor()->BroadcastForSlowPath(self); in RunEmptyCheckpoint()
/art/runtime/gc/collector/
Dconcurrent_copying.cc1652 GetHeap()->GetReferenceProcessor()->BroadcastForSlowPath(self); in ReenableWeakRefAccess()