Home
last modified time | relevance | path

Searched refs:REM_INT_LIT16 (Results 1 – 7 of 7) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java232 REM_INT_LIT16, enumConstant
DInstruction.java535 addOpcodeInfo(Opcode.REM_INT_LIT16, "rem-int/lit16", 0xd4, new Format22s()); in addOpcodeInfo() argument
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DArithOpChanger.java274 intLit16Opcodes.add(Opcode.REM_INT_LIT16);
/art/tools/veridex/
Dflow_analysis.cc476 case Instruction::REM_INT_LIT16: { in ProcessDexInstruction()
/art/libdexfile/dex/
Ddex_instruction_list.h234 …V(0xD4, REM_INT_LIT16, "rem-int/lit16", k22s, kIndexNone, kContinue | kThrow, kRemainder | kRegCFi…
/art/runtime/interpreter/
Dinterpreter_switch_impl.cc2390 case Instruction::REM_INT_LIT16: { in ExecuteSwitchImplCpp()
/art/compiler/optimizing/
Dinstruction_builder.cc2686 case Instruction::REM_INT_LIT16: in ProcessDexInstruction()