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 97 entry_exit_stubs_installed_(false),
153 bool uninstall = !entry_exit_stubs_installed_ && !interpreter_stubs_installed_;
182 } else if (entry_exit_stubs_installed_) {
590 } else if (entry_exit_stubs_installed_) {
632 entry_exit_stubs_installed_ = true;
635 entry_exit_stubs_installed_ = true;
645 entry_exit_stubs_installed_ = false;
742 } else if (entry_exit_stubs_installed_) {
    [all...]
instrumentation.h 564 bool entry_exit_stubs_installed_; member in class:art::instrumentation::Instrumentation

Completed in 70 milliseconds