Home
last modified time | relevance | path

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

/art/runtime/
Dinstrumentation.h47 kMainHandlerTable = 0, // Main handler table: no suspend check, no instrumentation. enumerator
352 interpreter_handler_table_ = IsActive() ? kAlternativeHandlerTable : kMainHandlerTable; in UpdateInterpreterHandlerTable()
Dinstrumentation.cc71 interpreter_handler_table_(kMainHandlerTable), in Instrumentation()
/art/runtime/interpreter/
Dinterpreter_goto_table_impl.cc2437 goto *handlersTable[instrumentation::kMainHandlerTable][Instruction::code]; \ in ExecuteGotoImpl()