Home
last modified time | relevance | path

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

/aosp12/art/runtime/
H A Dthread_list.cc107 heap->DisableGCForShutdown(); in ShutDown()
/aosp12/art/runtime/gc/
H A Dheap.h932 void DisableGCForShutdown() REQUIRES(!*gc_complete_lock_);
H A Dheap.cc4253 void Heap::DisableGCForShutdown() { in DisableGCForShutdown() function in art::gc::Heap