Lines Matching refs:GetInstrumentation
654 return !Runtime::Current()->GetInstrumentation()->IsForcedInterpretOnly(); in RequiresDeoptimization()
692 !runtime->GetInstrumentation()->IsForcedInterpretOnly() && in GoActive()
699 runtime->GetInstrumentation()->EnableDeoptimization(); in GoActive()
733 runtime->GetInstrumentation()->RemoveListener(&gDebugInstrumentationListener, in Disconnected()
738 runtime->GetInstrumentation()->DisableDeoptimization(kDbgInstrumentationKey); in Disconnected()
2947 Runtime::Current()->GetInstrumentation()->InstrumentThreadStack(thread); in SetLocalValue()
3234 instrumentation::Instrumentation* instrumentation = Runtime::Current()->GetInstrumentation(); in ProcessDeoptimizationRequest()
3411 instrumentation::Instrumentation* instrumentation = Runtime::Current()->GetInstrumentation(); in SanityCheckExistingBreakpoints()
3533 Runtime::Current()->GetInstrumentation()->IsDeoptimized(m)); in UnwatchLocation()
3571 if (Runtime::Current()->GetInstrumentation()->InterpretOnly()) { in IsForcedInterpreterNeededForCallingImpl()
3587 Runtime::Current()->GetInstrumentation(); in IsForcedInterpreterNeededForResolutionImpl()
3625 Runtime::Current()->GetInstrumentation(); in IsForcedInstrumentationNeededForResolutionImpl()
3662 Runtime::Current()->GetInstrumentation(); in IsForcedInterpreterNeededForUpcallImpl()
3708 if (Runtime::Current()->GetInstrumentation()->InterpretOnly()) { in VisitFrame()
3714 if (Runtime::Current()->GetInstrumentation()->IsDeoptimized(method)) { in VisitFrame()