Searched refs:MOVE_RESULT_OBJECT (Results 1 – 6 of 6) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 32 MOVE_RESULT_OBJECT, enumConstant
|
D | Instruction.java | 332 addOpcodeInfo(Opcode.MOVE_RESULT_OBJECT, "move-result-object", 0x0c, new Format11x()); in addOpcodeInfo() argument
|
/art/tools/veridex/ |
D | flow_analysis.cc | 328 case Instruction::MOVE_RESULT_OBJECT: { in ProcessDexInstruction()
|
/art/libdexfile/dex/ |
D | dex_instruction_list.h | 34 V(0x0C, MOVE_RESULT_OBJECT, "move-result-object", k11x, kIndexNone, kContinue, 0, kVerifyRegA) \
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl.cc | 293 case Instruction::MOVE_RESULT_OBJECT: in ExecuteSwitchImplCpp()
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 2766 case Instruction::MOVE_RESULT_OBJECT: { in ProcessDexInstruction()
|