Home
last modified time | relevance | path

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

/art/runtime/
Druntime.h321 void AllowNewSystemWeaks() SHARED_REQUIRES(Locks::mutator_lock_);
Druntime.cc1684 void Runtime::AllowNewSystemWeaks() { in AllowNewSystemWeaks() function in art::Runtime
/art/runtime/gc/collector/
Dmark_sweep.cc321 runtime->AllowNewSystemWeaks(); in ReclaimPhase()