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

  /art/runtime/
instrumentation.cc 62 : instrumentation_stubs_installed_(false), entry_exit_stubs_installed_(false),
137 bool uninstall = !entry_exit_stubs_installed_ && !interpreter_stubs_installed_;
173 if (entry_exit_stubs_installed_) {
578 } else if (entry_exit_stubs_installed_) {
595 entry_exit_stubs_installed_ = true;
603 entry_exit_stubs_installed_ = false;
709 } else if (entry_exit_stubs_installed_) {
    [all...]
instrumentation.h 399 bool entry_exit_stubs_installed_; member in class:art::instrumentation::Instrumentation

Completed in 221 milliseconds