HomeSort by relevance Sort by last modified time
    Searched defs:shutting_down_ (Results 1 - 4 of 4) sorted by null

  /art/runtime/jdwp/
jdwp_adb.cc 59 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_) {
  /external/google-breakpad/src/client/windows/crash_generation/
crash_generation_server.h 281 bool shutting_down_; member in class:google_breakpad::CrashGenerationServer
  /art/runtime/
profiler.cc 51 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/
dex2oat.cc 369 shutting_down_ = false;
383 shutting_down_ = true;
418 while (!shutting_down_) {
440 bool shutting_down_; member in class:art::WatchDog
    [all...]

Completed in 912 milliseconds