Searched refs:InterpretOnly (Results 1 – 6 of 6) sorted by relevance
788 EXPECT_TRUE(instr->InterpretOnly()); \790 EXPECT_TRUE(instr->InterpretOnly()); \792 EXPECT_FALSE(instr->InterpretOnly()); \
307 bool InterpretOnly() const { in InterpretOnly() function
3571 if (Runtime::Current()->GetInstrumentation()->InterpretOnly()) { in IsForcedInterpreterNeededForCallingImpl()3589 if (instrumentation->InterpretOnly()) { in IsForcedInterpreterNeededForResolutionImpl()3627 if (instrumentation->InterpretOnly()) { in IsForcedInstrumentationNeededForResolutionImpl()3664 if (instrumentation->InterpretOnly()) { in IsForcedInterpreterNeededForUpcallImpl()3708 if (Runtime::Current()->GetInstrumentation()->InterpretOnly()) { in VisitFrame()
2423 if (GetInstrumentation()->InterpretOnly()) { in AddCurrentRuntimeFeaturesAsDex2OatArguments()
1826 if (!runtime->IsAotCompiler() && runtime->GetInstrumentation()->InterpretOnly()) { in AddImageSpace()2919 if (instr->InterpretOnly()) { in ShouldUseInterpreterEntrypoint()
263 << Runtime::Current()->GetInstrumentation()->InterpretOnly(); in LoadCompiler()