Home
last modified time | relevance | path

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

/art/runtime/
Druntime.h322 void BroadcastForNewSystemWeaks() SHARED_REQUIRES(Locks::mutator_lock_);
Druntime.cc1693 void Runtime::BroadcastForNewSystemWeaks() { in BroadcastForNewSystemWeaks() function in art::Runtime
/art/runtime/gc/collector/
Dconcurrent_copying.cc487 Runtime::Current()->BroadcastForNewSystemWeaks(); in ReenableWeakRefAccess()