Home
last modified time | relevance | path

Searched refs:MOVE_RESULT_OBJECT (Results 1 – 6 of 6) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java32 MOVE_RESULT_OBJECT, enumConstant
DInstruction.java332 addOpcodeInfo(Opcode.MOVE_RESULT_OBJECT, "move-result-object", 0x0c, new Format11x()); in addOpcodeInfo() argument
/art/tools/dexanalyze/
Ddexanalyze_bytecode.cc381 next->Opcode() == Instruction::MOVE_RESULT_OBJECT; in ProcessCodeItem()
Ddexanalyze_experiments.cc594 case Instruction::MOVE_RESULT_OBJECT: { in ProcessDexFile()
/art/tools/veridex/
Dflow_analysis.cc336 case Instruction::MOVE_RESULT_OBJECT: { in ProcessDexInstruction()
/art/libdexfile/dex/
Ddex_instruction_list.h34 V(0x0C, MOVE_RESULT_OBJECT, "move-result-object", k11x, kIndexNone, kContinue, 0, kVerifyRegA) \