Home
last modified time | relevance | path

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

/art/runtime/
Dinstrumentation.cc172 instrumentation_stubs_installed_(false), in Instrumentation()
455 instrumentation_stubs_installed_ = true; in InstrumentThreadStack()
803 instrumentation_stubs_installed_ = true; in UpdateStubs()
839 instrumentation_stubs_installed_ = false; in UpdateStubs()
913 if (LIKELY(!instrumentation_stubs_installed_)) { in UpdateMethodsCodeImpl()
954 if (UNLIKELY(instrumentation_stubs_installed_) && entry_exit_stubs_installed_) { in UpdateNativeMethodsCodeToJitCode()
1030 instrumentation_stubs_installed_ = true; in Deoptimize()
1069 instrumentation_stubs_installed_ = false; in Undeoptimize()
1147 if (LIKELY(!instrumentation_stubs_installed_ && !interpreter_stubs_installed_)) { in GetCodeForInvoke()
1188 if (LIKELY(!instrumentation_stubs_installed_)) { in GetQuickCodeFor()
Dinstrumentation.h348 return instrumentation_stubs_installed_; in AreExitStubsInstalled()
660 bool instrumentation_stubs_installed_; variable