• Home
  • Raw
  • Download

Lines Matching refs:GetInstrumentation

648   return !Runtime::Current()->GetInstrumentation()->IsForcedInterpretOnly();  in RequiresDeoptimization()
687 !runtime->GetInstrumentation()->IsForcedInterpretOnly() && in GoActive()
693 runtime->GetInstrumentation()->EnableDeoptimization(); in GoActive()
727 runtime->GetInstrumentation()->RemoveListener(&gDebugInstrumentationListener, in Disconnected()
732 runtime->GetInstrumentation()->DisableDeoptimization(kDbgInstrumentationKey); in Disconnected()
2873 Runtime::Current()->GetInstrumentation()->InstrumentThreadStack(thread); in SetLocalValue()
3124 instrumentation::Instrumentation* instrumentation = Runtime::Current()->GetInstrumentation(); in ProcessDeoptimizationRequest()
3301 instrumentation::Instrumentation* instrumentation = Runtime::Current()->GetInstrumentation(); in SanityCheckExistingBreakpoints()
3423 Runtime::Current()->GetInstrumentation()->IsDeoptimized(m)); in UnwatchLocation()
3461 if (Runtime::Current()->GetInstrumentation()->InterpretOnly()) { in IsForcedInterpreterNeededForCallingImpl()
3477 Runtime::Current()->GetInstrumentation(); in IsForcedInterpreterNeededForResolutionImpl()
3515 Runtime::Current()->GetInstrumentation(); in IsForcedInstrumentationNeededForResolutionImpl()
3552 Runtime::Current()->GetInstrumentation(); in IsForcedInterpreterNeededForUpcallImpl()
3602 if (Runtime::Current()->GetInstrumentation()->InterpretOnly()) { in IsForcedInterpreterNeededForExceptionImpl()
3608 if (Runtime::Current()->GetInstrumentation()->IsDeoptimized(method)) { in IsForcedInterpreterNeededForExceptionImpl()