Home
last modified time | relevance | path

Searched refs:InterpretOnly (Results 1 – 3 of 3) 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()