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

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

Completed in 83 milliseconds