Home
last modified time | relevance | path

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

/art/runtime/
Dinstrumentation_test.cc788 EXPECT_TRUE(instr->InterpretOnly()); \
790 EXPECT_TRUE(instr->InterpretOnly()); \
792 EXPECT_FALSE(instr->InterpretOnly()); \
Dinstrumentation.h307 bool InterpretOnly() const { in InterpretOnly() function
Ddebugger.cc3571 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()
Druntime.cc2423 if (GetInstrumentation()->InterpretOnly()) { in AddCurrentRuntimeFeaturesAsDex2OatArguments()
Dclass_linker.cc1826 if (!runtime->IsAotCompiler() && runtime->GetInstrumentation()->InterpretOnly()) { in AddImageSpace()
2919 if (instr->InterpretOnly()) { in ShouldUseInterpreterEntrypoint()
/art/runtime/jit/
Djit.cc263 << Runtime::Current()->GetInstrumentation()->InterpretOnly(); in LoadCompiler()