Searched refs:IsGCDisabledForShutdown (Results 1 – 3 of 3) sorted by relevance
979 bool IsGCDisabledForShutdown() const REQUIRES(!*gc_complete_lock_);
1988 if (IsGCDisabledForShutdown()) { in AllocateInternalWithGc()4491 bool Heap::IsGCDisabledForShutdown() const { in IsGCDisabledForShutdown() function in art::gc::Heap
105 CHECK(heap->IsGCDisabledForShutdown()); in ShutDown()