Home
last modified time | relevance | path

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

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java184 SHR_LONG, enumConstant
DInstruction.java487 addOpcodeInfo(Opcode.SHR_LONG, "shr-long", 0xa4, new Format23x()); in addOpcodeInfo() argument
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DArithOpChanger.java219 longOpcodes.add(Opcode.SHR_LONG);
/art/tools/veridex/
Dflow_analysis.cc430 case Instruction::SHR_LONG: in ProcessDexInstruction()
/art/libdexfile/dex/
Ddex_instruction_list.h186 …V(0xA4, SHR_LONG, "shr-long", k23x, kIndexNone, kContinue, kShr, kVerifyRegAWide | kVerifyRegBWide…