Searched refs:instrumentation_stubs_installed_ (Results 1 – 2 of 2) sorted by relevance
99 : instrumentation_stubs_installed_(false), in Instrumentation()366 instrumentation_stubs_installed_ = true; in InstrumentThreadStack()686 instrumentation_stubs_installed_ = true; in ConfigureStubs()705 instrumentation_stubs_installed_ = false; in ConfigureStubs()778 if (LIKELY(!instrumentation_stubs_installed_)) { in UpdateMethodsCodeImpl()803 if (UNLIKELY(instrumentation_stubs_installed_) && entry_exit_stubs_installed_) { in UpdateNativeMethodsCodeToJitCode()879 instrumentation_stubs_installed_ = true; in Deoptimize()918 instrumentation_stubs_installed_ = false; in Undeoptimize()994 if (LIKELY(!instrumentation_stubs_installed_)) { in GetQuickCodeFor()
321 return instrumentation_stubs_installed_; in AreExitStubsInstalled()615 bool instrumentation_stubs_installed_; variable