HomeSort by relevance Sort by last modified time
    Searched refs:InterpretOnly (Results 1 - 6 of 6) sorted by null

  /art/runtime/
instrumentation_test.cc 723 EXPECT_TRUE(instr->InterpretOnly()); \
725 EXPECT_TRUE(instr->InterpretOnly()); \
727 EXPECT_FALSE(instr->InterpretOnly()); \
    [all...]
instrumentation.h 280 bool InterpretOnly() const {
debugger.cc     [all...]
runtime.cc     [all...]
class_linker.cc     [all...]
  /art/runtime/jit/
jit.cc 261 << Runtime::Current()->GetInstrumentation()->InterpretOnly();

Completed in 146 milliseconds