Searched refs:MOVE_OBJECT_16 (Results 1 – 9 of 9) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 29 MOVE_OBJECT_16, enumConstant
|
D | Instruction.java | 329 addOpcodeInfo(Opcode.MOVE_OBJECT_16, "move-object/16", 0x09, new Format32x()); in addOpcodeInfo() argument
|
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | ValuePrinter.java | 156 valueCopyInsn.insn.info = Instruction.getOpcodeInfo(Opcode.MOVE_OBJECT_16); in applyMutation()
|
/art/tools/dexfuzz/src/dexfuzz/program/ |
D | MutatableCode.java | 377 moveInsn.insn.info = Instruction.getOpcodeInfo(Opcode.MOVE_OBJECT_16); in finishedUsingTemporaryVRegs()
|
/art/runtime/ |
D | dex_instruction_list.h | 30 …V(0x09, MOVE_OBJECT_16, "move-object/16", k32x, true, kIndexNone, kContinue, kVerifyRegA | kVerify…
|
/art/runtime/verifier/ |
D | method_verifier.cc | 2065 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/ |
D | interpreter_switch_impl.cc | 180 case Instruction::MOVE_OBJECT_16: in ExecuteSwitchImpl()
|
D | interpreter_goto_table_impl.cc | 255 HANDLE_INSTRUCTION_START(MOVE_OBJECT_16) in ExecuteGotoImpl()
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 1793 case Instruction::MOVE_OBJECT_16: in ProcessDexInstruction()
|