Home
last modified time | relevance | path

Searched refs:IsForcedInterpretOnly (Results 1 – 6 of 6) sorted by relevance

/art/test/1947-breakpoint-redefine-deopt/
Dcheck_deopt.cc32 return Runtime::Current()->GetInstrumentation()->IsForcedInterpretOnly(); in Java_Main_isInterpretOnly()
/art/openjdkjvmti/
Ddeopt_manager.cc133 !runtime->GetInstrumentation()->IsForcedInterpretOnly()) { in FinishSetup()
205 if (instrumentation->IsForcedInterpretOnly()) { in AddMethodBreakpoint()
241 if (UNLIKELY(instrumentation->IsForcedInterpretOnly())) { in RemoveMethodBreakpoint()
/art/runtime/
Dinstrumentation.h311 bool IsForcedInterpretOnly() const { in IsForcedInterpretOnly() function
Dart_method.cc363 if (kIsDebugBuild && runtime->GetInstrumentation()->IsForcedInterpretOnly()) { in Invoke()
Druntime.cc2442 if (kIsDebugBuild && GetInstrumentation()->IsForcedInterpretOnly()) { in CreateJit()
2617 if (!GetInstrumentation()->IsForcedInterpretOnly()) { in DeoptimizeBootImage()
Dinstrumentation_test.cc787 if (instr->IsForcedInterpretOnly()) { \