Searched refs:MOVE_16 (Results 1 – 8 of 8) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 23 MOVE_16, enumConstant
|
D | Instruction.java | 323 addOpcodeInfo(Opcode.MOVE_16, "move/16", 0x03, new Format32x()); in addOpcodeInfo() argument
|
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | ValuePrinter.java | 160 valueCopyInsn.insn.info = Instruction.getOpcodeInfo(Opcode.MOVE_16); in applyMutation()
|
/art/tools/dexfuzz/src/dexfuzz/program/ |
D | MutatableCode.java | 382 moveInsn.insn.info = Instruction.getOpcodeInfo(Opcode.MOVE_16); in finishedUsingTemporaryVRegs()
|
/art/runtime/ |
D | dex_instruction_list.h | 25 V(0x03, MOVE_16, "move/16", k32x, kIndexNone, kContinue, 0, kVerifyRegA | kVerifyRegB) \
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl.cc | 194 case Instruction::MOVE_16: in ExecuteSwitchImpl()
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 1883 case Instruction::MOVE_16: { in ProcessDexInstruction()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 2104 case Instruction::MOVE_16: in CodeFlowVerifyInstruction()
|