Searched refs:IsForcedInterpretOnly (Results 1 – 7 of 7) 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()
93 return runtime->GetInstrumentation()->IsForcedInterpretOnly() || runtime->IsJavaDebuggable(); in IsFullJvmtiAvailable()
328 bool IsForcedInterpretOnly() const { in IsForcedInterpretOnly() function
350 if (kIsDebugBuild && runtime->GetInstrumentation()->IsForcedInterpretOnly()) { in Invoke()
764 if (instr->IsForcedInterpretOnly()) { \
648 return !Runtime::Current()->GetInstrumentation()->IsForcedInterpretOnly(); in RequiresDeoptimization()687 !runtime->GetInstrumentation()->IsForcedInterpretOnly() && in GoActive()