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

  /art/runtime/
instrumentation.h 221 return instrumentation_stubs_installed_;
225 return instrumentation_stubs_installed_;
396 bool instrumentation_stubs_installed_; member in class:art::instrumentation::Instrumentation
instrumentation.cc 62 : instrumentation_stubs_installed_(false), entry_exit_stubs_installed_(false),
598 instrumentation_stubs_installed_ = true;
612 instrumentation_stubs_installed_ = false;
684 if (LIKELY(!instrumentation_stubs_installed_)) {
807 instrumentation_stubs_installed_ = true;
    [all...]

Completed in 52 milliseconds