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

  /art/runtime/jit/
profile_saver.h 91 bool ShuttingDown(Thread* self) REQUIRES(!Locks::profiler_lock_);
profile_saver.cc 128 while (!ShuttingDown(self)) {
138 if (ShuttingDown(self)) {
153 if (ShuttingDown(self)) {
161 if (ShuttingDown(self)) {
485 if (!force_save && ShuttingDown(Thread::Current())) {
728 bool ProfileSaver::ShuttingDown(Thread* self) {
    [all...]

Completed in 526 milliseconds