Home
last modified time | relevance | path

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

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java213 OR_LONG_2ADDR, enumConstant
DInstruction.java516 addOpcodeInfo(Opcode.OR_LONG_2ADDR, "or-long/2addr", 0xc1, new Format12x()); in addOpcodeInfo() argument
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DArithOpChanger.java228 long2addrOpcodes.add(Opcode.OR_LONG_2ADDR);
/art/tools/veridex/
Dflow_analysis.cc470 case Instruction::OR_LONG_2ADDR: in ProcessDexInstruction()
/art/libdexfile/dex/
Ddex_instruction_list.h215 …V(0xC1, OR_LONG_2ADDR, "or-long/2addr", k12x, kIndexNone, kContinue, kOr, kVerifyRegAWide | kVerif…