Searched refs:IsForcedInterpretOnly (Results 1 – 6 of 6) sorted by relevance
32 return Runtime::Current()->GetInstrumentation()->IsForcedInterpretOnly(); in Java_Main_isInterpretOnly()
133 !runtime->GetInstrumentation()->IsForcedInterpretOnly()) { in FinishSetup()205 if (instrumentation->IsForcedInterpretOnly()) { in AddMethodBreakpoint()241 if (UNLIKELY(instrumentation->IsForcedInterpretOnly())) { in RemoveMethodBreakpoint()
311 bool IsForcedInterpretOnly() const { in IsForcedInterpretOnly() function
363 if (kIsDebugBuild && runtime->GetInstrumentation()->IsForcedInterpretOnly()) { in Invoke()
2442 if (kIsDebugBuild && GetInstrumentation()->IsForcedInterpretOnly()) { in CreateJit()2617 if (!GetInstrumentation()->IsForcedInterpretOnly()) { in DeoptimizeBootImage()
787 if (instr->IsForcedInterpretOnly()) { \