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()
2622 if (GetInstrumentation()->InterpretOnly()) { in AddCurrentRuntimeFeaturesAsDex2OatArguments()
2189 if (!runtime->IsAotCompiler() && runtime->GetInstrumentation()->InterpretOnly()) { in AddImageSpace()3561 if (instr->InterpretOnly()) { in ShouldUseInterpreterEntrypoint()
46 return IsNterpSupported() && CanUseMterp() && !instr->InterpretOnly(); in CanRuntimeUseNterp()