Searched refs:REM_LONG (Results 1 – 7 of 7) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 179 REM_LONG, enumConstant
|
D | Instruction.java | 482 addOpcodeInfo(Opcode.REM_LONG, "rem-long", 0x9f, new Format23x()); in addOpcodeInfo() argument
|
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | ArithOpChanger.java | 214 longOpcodes.add(Opcode.REM_LONG);
|
/art/runtime/ |
D | dex_instruction_list.h | 181 …V(0x9F, REM_LONG, "rem-long", k23x, kIndexNone, kContinue | kThrow | kRemainder, kVerifyRegAWide |…
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl.cc | 1811 case Instruction::REM_LONG: in ExecuteSwitchImpl()
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 2191 case Instruction::REM_LONG: { in ProcessDexInstruction()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 3247 case Instruction::REM_LONG: in CodeFlowVerifyInstruction()
|