Home
last modified time | relevance | path

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

/art/runtime/
Druntime.h320 void DisallowNewSystemWeaks() SHARED_REQUIRES(Locks::mutator_lock_);
Druntime.cc1675 void Runtime::DisallowNewSystemWeaks() { in DisallowNewSystemWeaks() function in art::Runtime
/art/runtime/gc/collector/
Dmark_sweep.cc209 Runtime::Current()->DisallowNewSystemWeaks(); in PausePhase()