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

  /art/runtime/
instrumentation.h 47 kMainHandlerTable = 0, // Main handler table: no suspend check, no instrumentation.
500 interpreter_handler_table_ = IsActive() ? kAlternativeHandlerTable : kMainHandlerTable;
instrumentation.cc 112 interpreter_handler_table_(kMainHandlerTable),
    [all...]
instrumentation_test.cc 462 EXPECT_EQ(instrumentation::kMainHandlerTable, instr->GetInterpreterHandlerTable());
    [all...]

Completed in 1116 milliseconds