Home
last modified time | relevance | path

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

/art/runtime/
Druntime.h299 void DisallowNewSystemWeaks() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
Druntime.cc1482 void Runtime::DisallowNewSystemWeaks() { in DisallowNewSystemWeaks() function in art::Runtime
/art/runtime/gc/collector/
Dmark_sweep.cc208 Runtime::Current()->DisallowNewSystemWeaks(); in PausePhase()
Dconcurrent_copying.cc387 Runtime::Current()->DisallowNewSystemWeaks(); in MarkingPhase()