Home
last modified time | relevance | path

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

/art/runtime/
Dinstrumentation.cc173 entry_exit_stubs_installed_(false), in Instrumentation()
253 bool uninstall = !entry_exit_stubs_installed_ && !interpreter_stubs_installed_; in InstallStubsForMethod()
274 if (entry_exit_stubs_installed_) { in InstallStubsForMethod()
723 } else if (entry_exit_stubs_installed_) { in GetCurrentInstrumentationLevel()
795 entry_exit_stubs_installed_ = true; in UpdateStubs()
798 entry_exit_stubs_installed_ = true; in UpdateStubs()
808 entry_exit_stubs_installed_ = false; in UpdateStubs()
923 } else if (entry_exit_stubs_installed_ && in UpdateMethodsCodeImpl()
954 if (UNLIKELY(instrumentation_stubs_installed_) && entry_exit_stubs_installed_) { in UpdateNativeMethodsCodeToJitCode()
1066 if (empty && !entry_exit_stubs_installed_) { in Undeoptimize()
Dinstrumentation.h663 bool entry_exit_stubs_installed_; variable