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.cc64 #define HANDLE_INSTRUCTION_START(opcode) op_##opcode: // NOLINT(whitespace/labels) macro
166 HANDLE_INSTRUCTION_START(NOP) in ExecuteGotoImpl()
170 HANDLE_INSTRUCTION_START(MOVE) in ExecuteGotoImpl()
176 HANDLE_INSTRUCTION_START(MOVE_FROM16) in ExecuteGotoImpl()
182 HANDLE_INSTRUCTION_START(MOVE_16) in ExecuteGotoImpl()
188 HANDLE_INSTRUCTION_START(MOVE_WIDE) in ExecuteGotoImpl()
194 HANDLE_INSTRUCTION_START(MOVE_WIDE_FROM16) in ExecuteGotoImpl()
200 HANDLE_INSTRUCTION_START(MOVE_WIDE_16) in ExecuteGotoImpl()
206 HANDLE_INSTRUCTION_START(MOVE_OBJECT) in ExecuteGotoImpl()
212 HANDLE_INSTRUCTION_START(MOVE_OBJECT_FROM16) in ExecuteGotoImpl()
[all …]