Searched refs:REM_LONG_2ADDR (Results 1 – 7 of 7) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 211 REM_LONG_2ADDR, enumConstant
|
D | Instruction.java | 514 addOpcodeInfo(Opcode.REM_LONG_2ADDR, "rem-long/2addr", 0xbf, new Format12x()); in addOpcodeInfo() argument
|
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | ArithOpChanger.java | 226 long2addrOpcodes.add(Opcode.REM_LONG_2ADDR);
|
/art/tools/veridex/ |
D | flow_analysis.cc | 448 case Instruction::REM_LONG_2ADDR: in ProcessDexInstruction()
|
/art/libdexfile/dex/ |
D | dex_instruction_list.h | 213 …V(0xBF, REM_LONG_2ADDR, "rem-long/2addr", k12x, kIndexNone, kContinue | kThrow, kRemainder, kVerif…
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl.cc | 2209 case Instruction::REM_LONG_2ADDR: { in ExecuteSwitchImplCpp()
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 2533 case Instruction::REM_LONG_2ADDR: { in ProcessDexInstruction()
|