Home
last modified time | relevance | path

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

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