Searched refs:MOVE_RESULT_WIDE (Results 1 – 5 of 5) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 31 MOVE_RESULT_WIDE, enumConstant
|
D | Instruction.java | 331 addOpcodeInfo(Opcode.MOVE_RESULT_WIDE, "move-result-wide", 0x0b, new Format11x()); in addOpcodeInfo() argument
|
/art/tools/dexanalyze/ |
D | dexanalyze_bytecode.cc | 380 next->Opcode() == Instruction::MOVE_RESULT_WIDE || in ProcessCodeItem()
|
/art/tools/veridex/ |
D | flow_analysis.cc | 335 case Instruction::MOVE_RESULT_WIDE: in ProcessDexInstruction()
|
/art/libdexfile/dex/ |
D | dex_instruction_list.h | 33 V(0x0B, MOVE_RESULT_WIDE, "move-result-wide", k11x, kIndexNone, kContinue, 0, kVerifyRegAWide) \
|