Searched refs:InterpretOnly (Results 1 – 6 of 6) sorted by relevance
769 EXPECT_TRUE(instr->InterpretOnly()); \771 EXPECT_TRUE(instr->InterpretOnly()); \773 EXPECT_FALSE(instr->InterpretOnly()); \
334 bool InterpretOnly() const { in InterpretOnly() function
156 if (Runtime::Current()->GetInstrumentation()->InterpretOnly()) { in IsForcedInterpreterNeededForExceptionImpl()
2853 if (GetInstrumentation()->InterpretOnly()) { in AddCurrentRuntimeFeaturesAsDex2OatArguments()
1972 if (!runtime->IsAotCompiler() && runtime->GetInstrumentation()->InterpretOnly()) { in AddImageSpace()3363 if (instr->InterpretOnly()) { in ShouldUseInterpreterEntrypoint()
46 return IsNterpSupported() && CanUseMterp() && !instr->InterpretOnly(); in CanRuntimeUseNterp()