Home
last modified time | relevance | path

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

/art/runtime/
Dinstrumentation.cc153 entry_exit_stubs_installed_(false), in Instrumentation()
224 bool uninstall = !entry_exit_stubs_installed_ && !interpreter_stubs_installed_; in InstallStubsForMethod()
245 if (entry_exit_stubs_installed_) { in InstallStubsForMethod()
690 } else if (entry_exit_stubs_installed_) { in GetCurrentInstrumentationLevel()
762 entry_exit_stubs_installed_ = true; in UpdateStubs()
765 entry_exit_stubs_installed_ = true; in UpdateStubs()
775 entry_exit_stubs_installed_ = false; in UpdateStubs()
872 } else if (entry_exit_stubs_installed_ && in UpdateMethodsCodeImpl()
903 if (UNLIKELY(instrumentation_stubs_installed_) && entry_exit_stubs_installed_) { in UpdateNativeMethodsCodeToJitCode()
1015 if (empty && !entry_exit_stubs_installed_) { in Undeoptimize()
Dinstrumentation.h624 bool entry_exit_stubs_installed_; variable