Searched refs:instrumentation_stubs_installed_ (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A Dinstrumentation.cc69 : instrumentation_stubs_installed_(false),
314 instrumentation_stubs_installed_ = true;
613 instrumentation_stubs_installed_ = true;
632 instrumentation_stubs_installed_ = false;
705 if (LIKELY(!instrumentation_stubs_installed_)) {
791 instrumentation_stubs_installed_ = true;
830 instrumentation_stubs_installed_ = false;
906 if (LIKELY(!instrumentation_stubs_installed_)) {
H A Dinstrumentation.h261 return instrumentation_stubs_installed_;
511 bool instrumentation_stubs_installed_; member in class:art::instrumentation::Instrumentation

Completed in 6 milliseconds