Home
last modified time | relevance | path

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

/art/runtime/
Dthread_list.cc107 heap->DisableGCForShutdown(); in ShutDown()
/art/runtime/gc/
Dheap.h897 void DisableGCForShutdown() REQUIRES(!*gc_complete_lock_);
Dheap.cc4120 void Heap::DisableGCForShutdown() { in DisableGCForShutdown() function in art::gc::Heap