Searched refs:BroadcastForNewSystemWeaks (Results 1 – 5 of 5) sorted by relevance
201 Runtime::Current()->BroadcastForNewSystemWeaks(); in MarkingPhase()
1721 Runtime::Current()->BroadcastForNewSystemWeaks(); in ReenableWeakRefAccess()
460 void BroadcastForNewSystemWeaks(bool broadcast_for_checkpoint = false);
460 Runtime::Current()->BroadcastForNewSystemWeaks(/*broadcast_for_checkpoint=*/true); in RunEmptyCheckpoint()
2812 void Runtime::BroadcastForNewSystemWeaks(bool broadcast_for_checkpoint) { in BroadcastForNewSystemWeaks() function in art::Runtime