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.h 93 instrumentation_stubs_installed_(false), entry_exit_stubs_installed_(false),
233 bool entry_exit_stubs_installed_; member in class:art::instrumentation::Instrumentation
instrumentation.cc 51 bool uninstall = !entry_exit_stubs_installed_ && !interpreter_stubs_installed_;
346 } else if (entry_exit_stubs_installed_) {
363 entry_exit_stubs_installed_ = true;
371 entry_exit_stubs_installed_ = false;

Completed in 26 milliseconds