Home
last modified time | relevance | path

Searched refs:BroadcastForNewSystemWeaks (Results 1 – 5 of 5) sorted by relevance

/art/runtime/gc/collector/
Dsemi_space.cc201 Runtime::Current()->BroadcastForNewSystemWeaks(); in MarkingPhase()
Dconcurrent_copying.cc1721 Runtime::Current()->BroadcastForNewSystemWeaks(); in ReenableWeakRefAccess()
/art/runtime/
Druntime.h460 void BroadcastForNewSystemWeaks(bool broadcast_for_checkpoint = false);
Dthread_list.cc460 Runtime::Current()->BroadcastForNewSystemWeaks(/*broadcast_for_checkpoint=*/true); in RunEmptyCheckpoint()
Druntime.cc2812 void Runtime::BroadcastForNewSystemWeaks(bool broadcast_for_checkpoint) { in BroadcastForNewSystemWeaks() function in art::Runtime