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

/art/runtime/
H A Dinstrumentation.cc70 entry_exit_stubs_installed_(false),
126 bool uninstall = !entry_exit_stubs_installed_ && !interpreter_stubs_installed_;
155 } else if (entry_exit_stubs_installed_) {
563 } else if (entry_exit_stubs_installed_) {
605 entry_exit_stubs_installed_ = true;
608 entry_exit_stubs_installed_ = true;
618 entry_exit_stubs_installed_ = false;
715 } else if (entry_exit_stubs_installed_) {
H A Dinstrumentation.h514 bool entry_exit_stubs_installed_; member in class:art::instrumentation::Instrumentation

Completed in 85 milliseconds