Home
last modified time | relevance | path

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

/aosp12/art/runtime/
H A Druntime.h379 void DisallowNewSystemWeaks() REQUIRES_SHARED(Locks::mutator_lock_);
H A Druntime.cc2537 void Runtime::DisallowNewSystemWeaks() { in DisallowNewSystemWeaks() function in art::Runtime
/aosp12/art/runtime/gc/collector/
H A Dmark_sweep.cc213 Runtime::Current()->DisallowNewSystemWeaks(); in PausePhase()