Searched refs:kMainHandlerTable (Results 1 – 4 of 4) sorted by relevance
45 kMainHandlerTable = 0, // Main handler table: no suspend check, no instrumentation. enumerator376 interpreter_handler_table_ = IsActive() ? kAlternativeHandlerTable : kMainHandlerTable; in UpdateInterpreterHandlerTable()
385 EXPECT_EQ(instrumentation::kMainHandlerTable, instr->GetInterpreterHandlerTable()); in TEST_F()
69 interpreter_handler_table_(kMainHandlerTable), in Instrumentation()
2509 goto *handlersTable[instrumentation::kMainHandlerTable][Instruction::code]; \ in ExecuteGotoImpl()