Searched refs:INSTRUCTION_HANDLER (Results 1 – 1 of 1) sorted by relevance
/art/runtime/interpreter/ |
D | interpreter_goto_table_impl.cc | 122 #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()
|