Lines Matching refs:GetInstrumentation
569 return !Runtime::Current()->GetInstrumentation()->IsForcedInterpretOnly(); in RequiresDeoptimization()
627 if (!runtime->GetInstrumentation()->IsForcedInterpretOnly() && !runtime->IsNativeDebuggable()) { in GoActive()
629 UpdateEntryPointsClassVisitor visitor(runtime->GetInstrumentation()); in GoActive()
635 runtime->GetInstrumentation()->EnableDeoptimization(); in GoActive()
670 runtime->GetInstrumentation()->RemoveListener(&gDebugInstrumentationListener, in Disconnected()
675 runtime->GetInstrumentation()->DisableDeoptimization(kDbgInstrumentationKey); in Disconnected()
2801 Runtime::Current()->GetInstrumentation()->InstrumentThreadStack(thread); in SetLocalValue()
3087 instrumentation::Instrumentation* instrumentation = Runtime::Current()->GetInstrumentation(); in ProcessDeoptimizationRequest()
3264 instrumentation::Instrumentation* instrumentation = Runtime::Current()->GetInstrumentation(); in SanityCheckExistingBreakpoints()
3384 Runtime::Current()->GetInstrumentation()->IsDeoptimized(m)); in UnwatchLocation()
3422 if (Runtime::Current()->GetInstrumentation()->InterpretOnly()) { in IsForcedInterpreterNeededForCallingImpl()
3438 Runtime::Current()->GetInstrumentation(); in IsForcedInterpreterNeededForResolutionImpl()
3476 Runtime::Current()->GetInstrumentation(); in IsForcedInstrumentationNeededForResolutionImpl()
3513 Runtime::Current()->GetInstrumentation(); in IsForcedInterpreterNeededForUpcallImpl()
3558 if (Runtime::Current()->GetInstrumentation()->InterpretOnly()) { in VisitFrame()
3564 if (Runtime::Current()->GetInstrumentation()->IsDeoptimized(method)) { in VisitFrame()