Searched refs:MOVE_OBJECT (Results 1 – 6 of 6) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 27 MOVE_OBJECT, enumConstant
|
D | Instruction.java | 327 addOpcodeInfo(Opcode.MOVE_OBJECT, "move-object", 0x07, new Format12x()); in addOpcodeInfo() argument
|
/art/runtime/ |
D | dex_instruction_list.h | 29 V(0x07, MOVE_OBJECT, "move-object", k12x, kIndexNone, kContinue, 0, kVerifyRegA | kVerifyRegB) \
|
/art/runtime/verifier/ |
D | method_verifier.cc | 2116 case Instruction::MOVE_OBJECT: in CodeFlowVerifyInstruction() 2343 case Instruction::MOVE_OBJECT: in CodeFlowVerifyInstruction() 2713 case Instruction::MOVE_OBJECT: in CodeFlowVerifyInstruction()
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl.cc | 218 case Instruction::MOVE_OBJECT: in ExecuteSwitchImpl()
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 1898 case Instruction::MOVE_OBJECT: in ProcessDexInstruction()
|