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/dexanalyze/ |
D | dexanalyze_bytecode.cc | 381 next->Opcode() == Instruction::MOVE_RESULT_OBJECT; in ProcessCodeItem()
|
D | dexanalyze_experiments.cc | 594 case Instruction::MOVE_RESULT_OBJECT: { in ProcessDexFile()
|
/art/tools/veridex/ |
D | flow_analysis.cc | 336 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) \
|