Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.h978 void DisableGCForShutdown() REQUIRES(!*gc_complete_lock_);
Dheap.cc4486 void Heap::DisableGCForShutdown() { in DisableGCForShutdown() function in art::gc::Heap
/art/runtime/
Druntime.cc428 heap_->DisableGCForShutdown(); in ~Runtime()