Home
last modified time | relevance | path

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

/art/runtime/gc/
Dreference_processor.h58 void BroadcastForSlowPath(Thread* self);
Dreference_processor.cc57 void ReferenceProcessor::BroadcastForSlowPath(Thread* self) { in BroadcastForSlowPath() function in art::gc::ReferenceProcessor
/art/runtime/gc/collector/
Dconcurrent_copying.cc486 GetHeap()->GetReferenceProcessor()->BroadcastForSlowPath(self); in ReenableWeakRefAccess()