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 93 instrumentation_stubs_installed_(false), entry_exit_stubs_installed_(false),
133 return instrumentation_stubs_installed_;
137 return instrumentation_stubs_installed_;
230 bool instrumentation_stubs_installed_; member in class:art::instrumentation::Instrumentation
instrumentation.cc 366 instrumentation_stubs_installed_ = true;
373 instrumentation_stubs_installed_ = false;
380 if (LIKELY(!instrumentation_stubs_installed_)) {
393 if (LIKELY(!instrumentation_stubs_installed_)) {

Completed in 126 milliseconds