Searched refs:instrumentation_stubs_installed_ (Results 1 – 2 of 2) sorted by relevance
152 : instrumentation_stubs_installed_(false), in Instrumentation()428 instrumentation_stubs_installed_ = true; in InstrumentThreadStack()770 instrumentation_stubs_installed_ = true; in UpdateStubs()789 instrumentation_stubs_installed_ = false; in UpdateStubs()862 if (LIKELY(!instrumentation_stubs_installed_)) { in UpdateMethodsCodeImpl()903 if (UNLIKELY(instrumentation_stubs_installed_) && entry_exit_stubs_installed_) { in UpdateNativeMethodsCodeToJitCode()979 instrumentation_stubs_installed_ = true; in Deoptimize()1018 instrumentation_stubs_installed_ = false; in Undeoptimize()1096 if (LIKELY(!instrumentation_stubs_installed_ && !interpreter_stubs_installed_)) { in GetCodeForInvoke()1137 if (LIKELY(!instrumentation_stubs_installed_)) { in GetQuickCodeFor()
338 return instrumentation_stubs_installed_; in AreExitStubsInstalled()621 bool instrumentation_stubs_installed_; variable