Home
last modified time | relevance | path

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

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java29 MOVE_OBJECT_16, enumConstant
DInstruction.java329 addOpcodeInfo(Opcode.MOVE_OBJECT_16, "move-object/16", 0x09, new Format32x()); in addOpcodeInfo() argument
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DValuePrinter.java156 valueCopyInsn.insn.info = Instruction.getOpcodeInfo(Opcode.MOVE_OBJECT_16); in applyMutation()
/art/tools/dexfuzz/src/dexfuzz/program/
DMutatableCode.java377 moveInsn.insn.info = Instruction.getOpcodeInfo(Opcode.MOVE_OBJECT_16); in finishedUsingTemporaryVRegs()
/art/runtime/
Ddex_instruction_list.h30 …V(0x09, MOVE_OBJECT_16, "move-object/16", k32x, true, kIndexNone, kContinue, kVerifyRegA | kVerify…
/art/runtime/verifier/
Dmethod_verifier.cc2065 case Instruction::MOVE_OBJECT_16: in CodeFlowVerifyInstruction()
2287 case Instruction::MOVE_OBJECT_16: in CodeFlowVerifyInstruction()
2667 case Instruction::MOVE_OBJECT_16: in CodeFlowVerifyInstruction()
/art/runtime/interpreter/
Dinterpreter_switch_impl.cc180 case Instruction::MOVE_OBJECT_16: in ExecuteSwitchImpl()
Dinterpreter_goto_table_impl.cc255 HANDLE_INSTRUCTION_START(MOVE_OBJECT_16) in ExecuteGotoImpl()
/art/compiler/optimizing/
Dinstruction_builder.cc1793 case Instruction::MOVE_OBJECT_16: in ProcessDexInstruction()