Home
last modified time | relevance | path

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

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java179 REM_LONG, enumConstant
DInstruction.java482 addOpcodeInfo(Opcode.REM_LONG, "rem-long", 0x9f, new Format23x()); in addOpcodeInfo() argument
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DArithOpChanger.java214 longOpcodes.add(Opcode.REM_LONG);
/art/tools/veridex/
Dflow_analysis.cc422 case Instruction::REM_LONG: in ProcessDexInstruction()
/art/libdexfile/dex/
Ddex_instruction_list.h181 …V(0x9F, REM_LONG, "rem-long", k23x, kIndexNone, kContinue | kThrow, kRemainder, kVerifyRegAWide | …