Home
last modified time | relevance | path

Searched refs:InterpretOnly (Results 1 – 4 of 4) 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
Druntime.cc2423 if (GetInstrumentation()->InterpretOnly()) { in AddCurrentRuntimeFeaturesAsDex2OatArguments()
/art/runtime/jit/
Djit.cc263 << Runtime::Current()->GetInstrumentation()->InterpretOnly(); in LoadCompiler()