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.cc133 #define INSTRUCTION_HANDLER(o, code, n, f, r, i, a, v) &&op_##code, in ExecuteGotoImpl() macro
135 DEX_INSTRUCTION_LIST(INSTRUCTION_HANDLER) in ExecuteGotoImpl()
137 #undef INSTRUCTION_HANDLER in ExecuteGotoImpl()
140 #define INSTRUCTION_HANDLER(o, code, n, f, r, i, a, v) &&alt_op_##code, in ExecuteGotoImpl() macro
142 DEX_INSTRUCTION_LIST(INSTRUCTION_HANDLER) in ExecuteGotoImpl()
144 #undef INSTRUCTION_HANDLER in ExecuteGotoImpl()