Searched refs:MOVE_OBJECT (Results 1 – 7 of 7) 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/tools/veridex/ |
D | flow_analysis.cc | 288 case Instruction::MOVE_OBJECT: in ProcessDexInstruction()
|
/art/libdexfile/dex/ |
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 | 2099 case Instruction::MOVE_OBJECT: in CodeFlowVerifyInstruction() 2334 case Instruction::MOVE_OBJECT: in CodeFlowVerifyInstruction() 2757 case Instruction::MOVE_OBJECT: in CodeFlowVerifyInstruction()
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 2191 case Instruction::MOVE_OBJECT: in ProcessDexInstruction()
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl-inl.h | 434 ALWAYS_INLINE void MOVE_OBJECT() REQUIRES_SHARED(Locks::mutator_lock_) { in MOVE_OBJECT() function
|