Searched refs:REM_LONG_2ADDR (Results 1 – 8 of 8) 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/runtime/ |
D | dex_instruction_list.h | 212 …V(0xBF, REM_LONG_2ADDR, "rem-long/2addr", k12x, true, kIndexNone, kContinue | kThrow | kRemainder,…
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl.cc | 2051 case Instruction::REM_LONG_2ADDR: { in ExecuteSwitchImpl()
|
D | interpreter_goto_table_impl.cc | 2173 HANDLE_INSTRUCTION_START(REM_LONG_2ADDR) { in ExecuteGotoImpl()
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 2236 case Instruction::REM_LONG_2ADDR: { in ProcessDexInstruction()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 3173 case Instruction::REM_LONG_2ADDR: in CodeFlowVerifyInstruction()
|