Searched defs:shutting_down_ (Results 1 - 2 of 2) 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/dex2oat/
H A Ddex2oat.cc454 shutting_down_ = false;
468 shutting_down_ = true;
518 while (!shutting_down_) {
551 bool shutting_down_; member in class:art::WatchDog

Completed in 1892 milliseconds