Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dinterpreter_goto_table_impl.cc55 …currentHandlersTable = handlersTable[Runtime::Current()->GetInstrumentation()->GetInterpreterHandl…
119 static const void* const handlersTable[instrumentation::kNumHandlerTables][kNumPackedOpcodes] = { in ExecuteGotoImpl() local
2437 goto *handlersTable[instrumentation::kMainHandlerTable][Instruction::code]; \ in ExecuteGotoImpl()