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/runtime/
Ddex_instruction_list.h234 …V(0xD4, REM_INT_LIT16, "rem-int/lit16", k22s, kIndexNone, kContinue | kThrow | kRemainder | kRegCF…
/art/runtime/interpreter/
Dinterpreter_switch_impl.cc2242 case Instruction::REM_INT_LIT16: { in ExecuteSwitchImpl()
/art/compiler/optimizing/
Dinstruction_builder.cc2493 case Instruction::REM_INT_LIT16: in ProcessDexInstruction()
/art/runtime/verifier/
Dmethod_verifier.cc3338 case Instruction::REM_INT_LIT16: in CodeFlowVerifyInstruction()