Home | History | Annotate | Download | only in runtime

Lines Matching refs:GetInstrumentation

593   return !Runtime::Current()->GetInstrumentation()->IsForcedInterpretOnly();
631 !runtime->GetInstrumentation()->IsForcedInterpretOnly() &&
638 runtime->GetInstrumentation()->EnableDeoptimization();
671 runtime->GetInstrumentation()->RemoveListener(&gDebugInstrumentationListener,
676 runtime->GetInstrumentation()->DisableDeoptimization(kDbgInstrumentationKey);
2869 Runtime::Current()->GetInstrumentation()->InstrumentThreadStack(thread);
3157 instrumentation::Instrumentation* instrumentation = Runtime::Current()->GetInstrumentation();
3334 instrumentation::Instrumentation* instrumentation = Runtime::Current()->GetInstrumentation();
3456 Runtime::Current()->GetInstrumentation()->IsDeoptimized(m));
3494 if (Runtime::Current()->GetInstrumentation()->InterpretOnly()) {
3510 Runtime::Current()->GetInstrumentation();
3548 Runtime::Current()->GetInstrumentation();
3585 Runtime::Current()->GetInstrumentation();
3631 if (Runtime::Current()->GetInstrumentation()->InterpretOnly()) {
3637 if (Runtime::Current()->GetInstrumentation()->IsDeoptimized(method)) {