Searched refs:IsShuttingDown (Results 1 – 9 of 9) sorted by relevance
38 CHECK(runtime == nullptr || !runtime->IsStarted() || runtime->IsShuttingDown(self_)); in ScopedThreadStateChange()61 bool shutting_down = (runtime == nullptr) || runtime->IsShuttingDown(nullptr); in ~ScopedThreadStateChange()
144 bool IsShuttingDown() const REQUIRES(task_queue_lock_) { in IsShuttingDown() function
183 while (!IsShuttingDown()) { in GetTask()
192 bool IsShuttingDown(Thread* self);
806 DCHECK(Runtime::Current()->IsShuttingDown(self)); in DecodeWeakGlobalDuringShutdown()
934 bool Runtime::IsShuttingDown(Thread* self) { in IsShuttingDown() function in art::Runtime
337 DCHECK(Runtime::Current()->IsShuttingDown(self)); in DeleteThreadPool()646 DCHECK(Runtime::Current()->IsShuttingDown(self)); in AddSamples()682 DCHECK(Runtime::Current()->IsShuttingDown(self)); in AddSamples()
609 CHECK(runtime->IsShuttingDown(Thread::Current())); in RunProfileSaverThread()
1916 if (Runtime::Current()->IsShuttingDown(self)) { in PerformHomogeneousSpaceCompact()2006 if (runtime->IsShuttingDown(self)) { in TransitionCollector()3593 return runtime != nullptr && runtime->IsFinishedStarting() && !runtime->IsShuttingDown(self) && in CanAddHeapTask()3611 if (!Runtime::Current()->IsShuttingDown(self)) { in ConcurrentGC()3944 CHECK(Runtime::Current()->IsShuttingDown(self)); in DisableGCForShutdown()