Searched refs:InterpretOnly (Results 1 – 5 of 5) sorted by relevance
765 EXPECT_TRUE(instr->InterpretOnly()); \767 EXPECT_TRUE(instr->InterpretOnly()); \769 EXPECT_FALSE(instr->InterpretOnly()); \
324 bool InterpretOnly() const { in InterpretOnly() function
3461 if (Runtime::Current()->GetInstrumentation()->InterpretOnly()) { in IsForcedInterpreterNeededForCallingImpl()3479 if (instrumentation->InterpretOnly()) { in IsForcedInterpreterNeededForResolutionImpl()3517 if (instrumentation->InterpretOnly()) { in IsForcedInstrumentationNeededForResolutionImpl()3554 if (instrumentation->InterpretOnly()) { in IsForcedInterpreterNeededForUpcallImpl()3602 if (Runtime::Current()->GetInstrumentation()->InterpretOnly()) { in IsForcedInterpreterNeededForExceptionImpl()
2537 if (GetInstrumentation()->InterpretOnly()) { in AddCurrentRuntimeFeaturesAsDex2OatArguments()
2158 if (!runtime->IsAotCompiler() && runtime->GetInstrumentation()->InterpretOnly()) { in AddImageSpace()3365 if (instr->InterpretOnly()) { in ShouldUseInterpreterEntrypoint()