Searched refs:IsForcedInterpretOnly (Results 1 – 8 of 8) sorted by relevance
32 return Runtime::Current()->GetInstrumentation()->IsForcedInterpretOnly(); in Java_Main_isInterpretOnly()
255 if (instrumentation->IsForcedInterpretOnly()) { in AddMethodBreakpoint()291 if (UNLIKELY(instrumentation->IsForcedInterpretOnly())) { in RemoveMethodBreakpoint()
77 return runtime->GetInstrumentation()->IsForcedInterpretOnly() || in IsFullJvmtiAvailable()
365 bool IsForcedInterpretOnly() const { in IsForcedInterpretOnly() function
411 if (kIsDebugBuild && runtime->GetInstrumentation()->IsForcedInterpretOnly()) { in Invoke()
756 if (instr->IsForcedInterpretOnly()) { \
365 if (UNLIKELY(EntryExitStubsInstalled() || IsForcedInterpretOnly() || IsDeoptimized(method))) { in InitializeMethodsCode()
2978 if (kIsDebugBuild && GetInstrumentation()->IsForcedInterpretOnly()) { in CreateJit()