Searched refs:instrumentation_stubs_installed_ (Results 1 – 2 of 2) sorted by relevance
62 : instrumentation_stubs_installed_(false), entry_exit_stubs_installed_(false), in Instrumentation()598 instrumentation_stubs_installed_ = true; in ConfigureStubs()612 instrumentation_stubs_installed_ = false; in ConfigureStubs()684 if (LIKELY(!instrumentation_stubs_installed_)) { in UpdateMethodsCode()807 instrumentation_stubs_installed_ = true; in Deoptimize()857 instrumentation_stubs_installed_ = false; in Undeoptimize()923 if (LIKELY(!instrumentation_stubs_installed_)) { in GetQuickCodeFor()
221 return instrumentation_stubs_installed_; in ShouldPortableCodeDeoptimize()225 return instrumentation_stubs_installed_; in AreExitStubsInstalled()396 bool instrumentation_stubs_installed_; variable