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