Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit.cc112 << Runtime::Current()->GetInstrumentation()->InterpretOnly(); in LoadCompiler()
/art/runtime/
Dinstrumentation_test.cc571 EXPECT_TRUE(instr->InterpretOnly()); \
573 EXPECT_TRUE(instr->InterpretOnly()); \
575 EXPECT_FALSE(instr->InterpretOnly()); \
Dinstrumentation.h223 bool InterpretOnly() const { in InterpretOnly() function
Ddebugger.cc3504 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()
Druntime.cc1677 if (GetInstrumentation()->InterpretOnly() || UseJit()) { in AddCurrentRuntimeFeaturesAsDex2OatArguments()
Dclass_linker.cc1189 if (!runtime->IsAotCompiler() && runtime->GetInstrumentation()->InterpretOnly()) { in InitFromImage()
2131 return Runtime::Current()->GetInstrumentation()->InterpretOnly() && in NeedsInterpreter()