Searched refs:InterpretOnly (Results 1 – 6 of 6) sorted by relevance
112 << Runtime::Current()->GetInstrumentation()->InterpretOnly(); in LoadCompiler()
571 EXPECT_TRUE(instr->InterpretOnly()); \573 EXPECT_TRUE(instr->InterpretOnly()); \575 EXPECT_FALSE(instr->InterpretOnly()); \
223 bool InterpretOnly() const { in InterpretOnly() function
3504 if (Runtime::Current()->GetInstrumentation()->InterpretOnly()) { in IsForcedInterpreterNeededForCallingImpl()3522 if (instrumentation->InterpretOnly()) { in IsForcedInterpreterNeededForResolutionImpl()3560 if (instrumentation->InterpretOnly()) { in IsForcedInstrumentationNeededForResolutionImpl()3597 if (instrumentation->InterpretOnly()) { in IsForcedInterpreterNeededForUpcallImpl()
1677 if (GetInstrumentation()->InterpretOnly() || UseJit()) { in AddCurrentRuntimeFeaturesAsDex2OatArguments()
1189 if (!runtime->IsAotCompiler() && runtime->GetInstrumentation()->InterpretOnly()) { in InitFromImage()2131 return Runtime::Current()->GetInstrumentation()->InterpretOnly() && in NeedsInterpreter()