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

  /art/runtime/
instrumentation.cc 96 : instrumentation_stubs_installed_(false),
341 instrumentation_stubs_installed_ = true;
640 instrumentation_stubs_installed_ = true;
659 instrumentation_stubs_installed_ = false;
732 if (LIKELY(!instrumentation_stubs_installed_)) {
    [all...]
instrumentation.h 294 return instrumentation_stubs_installed_;
561 bool instrumentation_stubs_installed_; member in class:art::instrumentation::Instrumentation

Completed in 53 milliseconds