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

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

Completed in 51 milliseconds