Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dinterpreter_goto_table_impl.cc122 #define INSTRUCTION_HANDLER(o, code, n, f, r, i, a, v) &&op_##code, in ExecuteGotoImpl() macro
124 DEX_INSTRUCTION_LIST(INSTRUCTION_HANDLER) in ExecuteGotoImpl()
126 #undef INSTRUCTION_HANDLER in ExecuteGotoImpl()
129 #define INSTRUCTION_HANDLER(o, code, n, f, r, i, a, v) &&alt_op_##code, in ExecuteGotoImpl() macro
131 DEX_INSTRUCTION_LIST(INSTRUCTION_HANDLER) in ExecuteGotoImpl()
133 #undef INSTRUCTION_HANDLER in ExecuteGotoImpl()