Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.h979 bool IsGCDisabledForShutdown() const REQUIRES(!*gc_complete_lock_);
Dheap.cc1988 if (IsGCDisabledForShutdown()) { in AllocateInternalWithGc()
4491 bool Heap::IsGCDisabledForShutdown() const { in IsGCDisabledForShutdown() function in art::gc::Heap
/art/runtime/
Dthread_list.cc105 CHECK(heap->IsGCDisabledForShutdown()); in ShutDown()