Home
last modified time | relevance | path

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

/art/runtime/
Dscoped_thread_state_change-inl.h38 CHECK(runtime == nullptr || !runtime->IsStarted() || runtime->IsShuttingDown(self_)); in ScopedThreadStateChange()
61 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.cc183 while (!IsShuttingDown()) { in GetTask()
Druntime.h192 bool IsShuttingDown(Thread* self);
Djava_vm_ext.cc806 DCHECK(Runtime::Current()->IsShuttingDown(self)); in DecodeWeakGlobalDuringShutdown()
Druntime.cc934 bool Runtime::IsShuttingDown(Thread* self) { in IsShuttingDown() function in art::Runtime
/art/runtime/jit/
Djit.cc337 DCHECK(Runtime::Current()->IsShuttingDown(self)); in DeleteThreadPool()
646 DCHECK(Runtime::Current()->IsShuttingDown(self)); in AddSamples()
682 DCHECK(Runtime::Current()->IsShuttingDown(self)); in AddSamples()
Dprofile_saver.cc609 CHECK(runtime->IsShuttingDown(Thread::Current())); in RunProfileSaverThread()
/art/runtime/gc/
Dheap.cc1916 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()