Searched defs:shutting_down_ (Results 1 - 3 of 3) sorted by relevance

/art/runtime/jdwp/
H A Djdwp_adb.cc59 shutting_down_ = false;
84 shutting_down_ = true;
109 bool shutting_down_; member in struct:art::JDWP::JdwpAdbState
189 if (shutting_down_) {
256 if (shutting_down_) {
265 if (shutting_down_) {
/art/runtime/
H A Dprofiler.cc50 volatile bool BackgroundMethodSamplingProfiler::shutting_down_ = false; member in class:art::BackgroundMethodSamplingProfiler
152 return shutting_down_;
365 CHECK(!shutting_down_);
367 shutting_down_ = true;
/art/dex2oat/
H A Ddex2oat.cc413 shutting_down_ = false;
427 shutting_down_ = true;
462 while (!shutting_down_) {
486 bool shutting_down_; member in class:art::WatchDog

Completed in 132 milliseconds