Home
last modified time | relevance | path

Searched refs:ShuttingDown (Results 1 – 4 of 4) sorted by relevance

/art/runtime/jit/
Dprofile_saver.cc103 while (!ShuttingDown(self)) { in Run()
113 if (ShuttingDown(self)) { in Run()
127 if (ShuttingDown(self)) { in Run()
135 if (ShuttingDown(self)) { in Run()
284 if (ShuttingDown(Thread::Current())) { in ProcessProfilingInfo()
476 bool ProfileSaver::ShuttingDown(Thread* self) { in ShuttingDown() function in art::ProfileSaver
Dprofile_saver.h87 bool ShuttingDown(Thread* self) REQUIRES(!Locks::profiler_lock_);
/art/runtime/
Dprofiler.cc150 bool BackgroundMethodSamplingProfiler::ShuttingDown(Thread* self) { in ShuttingDown() function in art::BackgroundMethodSamplingProfiler
176 if (ShuttingDown(self)) { in RunProfilerThread()
203 if (ShuttingDown(self)) { in RunProfilerThread()
219 if (ShuttingDown(self)) { in RunProfilerThread()
Dprofiler.h203 static bool ShuttingDown(Thread* self) REQUIRES(!Locks::profiler_lock_);