Home
last modified time | relevance | path

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

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java200 REM_INT_2ADDR, enumConstant
DInstruction.java503 addOpcodeInfo(Opcode.REM_INT_2ADDR, "rem-int/2addr", 0xb4, new Format12x()); in addOpcodeInfo() argument
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DArithOpChanger.java202 int2addrOpcodes.add(Opcode.REM_INT_2ADDR);
/art/runtime/
Ddex_instruction_list.h202 …V(0xB4, REM_INT_2ADDR, "rem-int/2addr", k12x, kIndexNone, kContinue | kThrow, kRemainder, kVerifyR…
/art/runtime/interpreter/
Dinterpreter_switch_impl.cc2021 case Instruction::REM_INT_2ADDR: { in ExecuteSwitchImpl()
/art/compiler/optimizing/
Dinstruction_builder.cc2380 case Instruction::REM_INT_2ADDR: { in ProcessDexInstruction()
/art/runtime/verifier/
Dmethod_verifier.cc3281 case Instruction::REM_INT_2ADDR: in CodeFlowVerifyInstruction()