Home
last modified time | relevance | path

Searched refs:REM_LONG (Results 1 – 7 of 7) 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/runtime/
Ddex_instruction_list.h181 …V(0x9F, REM_LONG, "rem-long", k23x, kIndexNone, kContinue | kThrow | kRemainder, kVerifyRegAWide |…
/art/runtime/interpreter/
Dinterpreter_switch_impl.cc1811 case Instruction::REM_LONG: in ExecuteSwitchImpl()
/art/compiler/optimizing/
Dinstruction_builder.cc2191 case Instruction::REM_LONG: { in ProcessDexInstruction()
/art/runtime/verifier/
Dmethod_verifier.cc3247 case Instruction::REM_LONG: in CodeFlowVerifyInstruction()