Home
last modified time | relevance | path

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

/art/runtime/
Dinstrumentation_test.cc765 EXPECT_TRUE(instr->InterpretOnly()); \
767 EXPECT_TRUE(instr->InterpretOnly()); \
769 EXPECT_FALSE(instr->InterpretOnly()); \
Dinstrumentation.h324 bool InterpretOnly() const { in InterpretOnly() function
Ddebugger.cc3461 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()
Druntime.cc2537 if (GetInstrumentation()->InterpretOnly()) { in AddCurrentRuntimeFeaturesAsDex2OatArguments()
Dclass_linker.cc2158 if (!runtime->IsAotCompiler() && runtime->GetInstrumentation()->InterpretOnly()) { in AddImageSpace()
3365 if (instr->InterpretOnly()) { in ShouldUseInterpreterEntrypoint()