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.cc51 volatile bool BackgroundMethodSamplingProfiler::shutting_down_ = false; member in class:art::BackgroundMethodSamplingProfiler
150 return shutting_down_;
361 CHECK(!shutting_down_);
363 shutting_down_ = true;
/art/dex2oat/
H A Ddex2oat.cc369 shutting_down_ = false;
383 shutting_down_ = true;
418 while (!shutting_down_) {
442 bool shutting_down_; member in class:art::WatchDog

Completed in 90 milliseconds