HomeSort by relevance Sort by last modified time
    Searched refs:IsShuttingDown (Results 1 - 10 of 10) sorted by null

  /art/runtime/
thread_pool.h 129 bool IsShuttingDown() const REQUIRES(task_queue_lock_) {
scoped_thread_state_change.h 43 CHECK(runtime == nullptr || !runtime->IsStarted() || runtime->IsShuttingDown(self_));
66 bool shutting_down = (runtime == nullptr) || runtime->IsShuttingDown(nullptr);
thread_pool.cc 167 while (!IsShuttingDown()) {
runtime.h 202 bool IsShuttingDown(Thread* self);
java_vm_ext.cc 676 DCHECK(Runtime::Current()->IsShuttingDown(self));
    [all...]
runtime.cc 750 bool Runtime::IsShuttingDown(Thread* self) {
    [all...]
  /art/runtime/jit/
jit.cc 290 DCHECK(Runtime::Current()->IsShuttingDown(self));
593 DCHECK(Runtime::Current()->IsShuttingDown(self));
624 DCHECK(Runtime::Current()->IsShuttingDown(self));
profile_saver.cc 356 CHECK(runtime->IsShuttingDown(Thread::Current()));
  /art/runtime/base/
mutex.cc 327 static bool IsShuttingDown() NO_THREAD_SAFETY_ANALYSIS {
333 bool shutting_down = IsShuttingDown();
769 bool shutting_down = runtime == nullptr || runtime->IsShuttingDown(Thread::Current());
    [all...]
  /art/runtime/gc/
heap.cc     [all...]

Completed in 128 milliseconds