Home
last modified time | relevance | path

Searched refs:kMainHandlerTable (Results 1 – 4 of 4) sorted by relevance

/art/runtime/
Dinstrumentation.h45 kMainHandlerTable = 0, // Main handler table: no suspend check, no instrumentation. enumerator
376 interpreter_handler_table_ = IsActive() ? kAlternativeHandlerTable : kMainHandlerTable; in UpdateInterpreterHandlerTable()
Dinstrumentation_test.cc385 EXPECT_EQ(instrumentation::kMainHandlerTable, instr->GetInterpreterHandlerTable()); in TEST_F()
Dinstrumentation.cc69 interpreter_handler_table_(kMainHandlerTable), in Instrumentation()
/art/runtime/interpreter/
Dinterpreter_goto_table_impl.cc2509 goto *handlersTable[instrumentation::kMainHandlerTable][Instruction::code]; \ in ExecuteGotoImpl()