Home
last modified time | relevance | path

Searched refs:InterpretOnly (Results 1 – 6 of 6) sorted by relevance

/art/runtime/
Dinstrumentation_test.cc769 EXPECT_TRUE(instr->InterpretOnly()); \
771 EXPECT_TRUE(instr->InterpretOnly()); \
773 EXPECT_FALSE(instr->InterpretOnly()); \
Dinstrumentation.h334 bool InterpretOnly() const { in InterpretOnly() function
Ddebugger.cc156 if (Runtime::Current()->GetInstrumentation()->InterpretOnly()) { in IsForcedInterpreterNeededForExceptionImpl()
Druntime.cc2622 if (GetInstrumentation()->InterpretOnly()) { in AddCurrentRuntimeFeaturesAsDex2OatArguments()
Dclass_linker.cc2189 if (!runtime->IsAotCompiler() && runtime->GetInstrumentation()->InterpretOnly()) { in AddImageSpace()
3561 if (instr->InterpretOnly()) { in ShouldUseInterpreterEntrypoint()
/art/runtime/interpreter/mterp/
Dnterp.cc46 return IsNterpSupported() && CanUseMterp() && !instr->InterpretOnly(); in CanRuntimeUseNterp()