Home
last modified time | relevance | path

Searched refs:MOVE_RESULT_WIDE (Results 1 – 5 of 5) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java31 MOVE_RESULT_WIDE, enumConstant
DInstruction.java331 addOpcodeInfo(Opcode.MOVE_RESULT_WIDE, "move-result-wide", 0x0b, new Format11x()); in addOpcodeInfo() argument
/art/tools/dexanalyze/
Ddexanalyze_bytecode.cc380 next->Opcode() == Instruction::MOVE_RESULT_WIDE || in ProcessCodeItem()
/art/tools/veridex/
Dflow_analysis.cc335 case Instruction::MOVE_RESULT_WIDE: in ProcessDexInstruction()
/art/libdexfile/dex/
Ddex_instruction_list.h33 V(0x0B, MOVE_RESULT_WIDE, "move-result-wide", k11x, kIndexNone, kContinue, 0, kVerifyRegAWide) \