Searched refs:IsForcedInterpretOnly (Results 1 – 8 of 8) sorted by relevance
32 return Runtime::Current()->GetInstrumentation()->IsForcedInterpretOnly(); in Java_Main_isInterpretOnly()
188 !runtime->GetInstrumentation()->IsForcedInterpretOnly()) { in FinishSetup()263 if (instrumentation->IsForcedInterpretOnly()) { in AddMethodBreakpoint()299 if (UNLIKELY(instrumentation->IsForcedInterpretOnly())) { in RemoveMethodBreakpoint()
402 (runtime->GetInstrumentation()->IsForcedInterpretOnly() || runtime->IsJavaDebuggable())) { in GetExtensionFunctions()633 (runtime->GetInstrumentation()->IsForcedInterpretOnly() || runtime->IsJavaDebuggable())) { in GetExtensionEvents()
95 return runtime->GetInstrumentation()->IsForcedInterpretOnly() || runtime->IsJavaDebuggable(); in IsFullJvmtiAvailable()
338 bool IsForcedInterpretOnly() const { in IsForcedInterpretOnly() function
358 if (kIsDebugBuild && runtime->GetInstrumentation()->IsForcedInterpretOnly()) { in Invoke()
768 if (instr->IsForcedInterpretOnly()) { \
2649 if (kIsDebugBuild && GetInstrumentation()->IsForcedInterpretOnly()) { in CreateJitCodeCache()2878 if (!GetInstrumentation()->IsForcedInterpretOnly()) { in DeoptimizeBootImage()