Home
last modified time | relevance | path

Searched refs:IsShuttingDown (Results 1 – 9 of 9) sorted by relevance

/art/runtime/
Dscoped_thread_state_change-inl.h36 CHECK(runtime == nullptr || !runtime->IsStarted() || runtime->IsShuttingDown(self_)); in ScopedThreadStateChange()
59 bool shutting_down = (runtime == nullptr) || runtime->IsShuttingDown(nullptr); in ~ScopedThreadStateChange()
Dthread_pool.h144 bool IsShuttingDown() const REQUIRES(task_queue_lock_) { in IsShuttingDown() function
Dthread_pool.cc179 while (!IsShuttingDown()) { in GetTask()
Druntime.h185 bool IsShuttingDown(Thread* self);
Djava_vm_ext.cc748 DCHECK(Runtime::Current()->IsShuttingDown(self)); in DecodeWeakGlobalDuringShutdown()
Druntime.cc868 bool Runtime::IsShuttingDown(Thread* self) { in IsShuttingDown() function in art::Runtime
/art/runtime/jit/
Djit.cc332 DCHECK(Runtime::Current()->IsShuttingDown(self)); in DeleteThreadPool()
640 DCHECK(Runtime::Current()->IsShuttingDown(self)); in AddSamples()
671 DCHECK(Runtime::Current()->IsShuttingDown(self)); in AddSamples()
Dprofile_saver.cc578 CHECK(runtime->IsShuttingDown(Thread::Current())); in RunProfileSaverThread()
/art/runtime/gc/
Dheap.cc1909 if (Runtime::Current()->IsShuttingDown(self)) { in PerformHomogeneousSpaceCompact()
1996 if (runtime->IsShuttingDown(self)) { in TransitionCollector()
3581 return runtime != nullptr && runtime->IsFinishedStarting() && !runtime->IsShuttingDown(self) && in CanAddHeapTask()
3599 if (!Runtime::Current()->IsShuttingDown(self)) { in ConcurrentGC()
3978 CHECK(Runtime::Current()->IsShuttingDown(self)); in DisableGCForShutdown()