Searched refs:MOVE_FROM16 (Results 1 – 6 of 6) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 22 MOVE_FROM16, enumConstant
|
D | Instruction.java | 322 addOpcodeInfo(Opcode.MOVE_FROM16, "move/from16", 0x02, new Format22x()); in addOpcodeInfo() argument
|
/art/runtime/ |
D | dex_instruction_list.h | 24 V(0x02, MOVE_FROM16, "move/from16", k22x, kIndexNone, kContinue, kVerifyRegA | kVerifyRegB) \
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl.cc | 140 case Instruction::MOVE_FROM16: in ExecuteSwitchImpl()
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 1836 case Instruction::MOVE_FROM16: in ProcessDexInstruction()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 2102 case Instruction::MOVE_FROM16: in CodeFlowVerifyInstruction()
|