Home
last modified time | relevance | path

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

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java23 MOVE_16, enumConstant
DInstruction.java323 addOpcodeInfo(Opcode.MOVE_16, "move/16", 0x03, new Format32x()); in addOpcodeInfo() argument
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DValuePrinter.java160 valueCopyInsn.insn.info = Instruction.getOpcodeInfo(Opcode.MOVE_16); in applyMutation()
/art/tools/dexfuzz/src/dexfuzz/program/
DMutatableCode.java382 moveInsn.insn.info = Instruction.getOpcodeInfo(Opcode.MOVE_16); in finishedUsingTemporaryVRegs()
/art/runtime/
Ddex_instruction_list.h25 V(0x03, MOVE_16, "move/16", k32x, kIndexNone, kContinue, 0, kVerifyRegA | kVerifyRegB) \
/art/runtime/interpreter/
Dinterpreter_switch_impl.cc194 case Instruction::MOVE_16: in ExecuteSwitchImpl()
/art/compiler/optimizing/
Dinstruction_builder.cc1883 case Instruction::MOVE_16: { in ProcessDexInstruction()
/art/runtime/verifier/
Dmethod_verifier.cc2104 case Instruction::MOVE_16: in CodeFlowVerifyInstruction()