Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dinterpreter_goto_table_impl.cc75 #define HANDLE_INSTRUCTION_START(opcode) op_##opcode: // NOLINT(whitespace/labels) macro
175 HANDLE_INSTRUCTION_START(NOP) in ExecuteGotoImpl()
179 HANDLE_INSTRUCTION_START(MOVE) in ExecuteGotoImpl()
185 HANDLE_INSTRUCTION_START(MOVE_FROM16) in ExecuteGotoImpl()
191 HANDLE_INSTRUCTION_START(MOVE_16) in ExecuteGotoImpl()
197 HANDLE_INSTRUCTION_START(MOVE_WIDE) in ExecuteGotoImpl()
203 HANDLE_INSTRUCTION_START(MOVE_WIDE_FROM16) in ExecuteGotoImpl()
209 HANDLE_INSTRUCTION_START(MOVE_WIDE_16) in ExecuteGotoImpl()
215 HANDLE_INSTRUCTION_START(MOVE_OBJECT) in ExecuteGotoImpl()
221 HANDLE_INSTRUCTION_START(MOVE_OBJECT_FROM16) in ExecuteGotoImpl()
[all …]