Searched refs:REM_LONG_2ADDR (Results 1 – 16 of 16) 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/compiler/dex/quick/ |
D | quick_compiler.cc | 329 Instruction::REM_LONG_2ADDR,
|
D | mir_to_lir.cc | 1056 case Instruction::REM_LONG_2ADDR: in CompileDalvikInstruction()
|
D | gen_common.cc | 2006 case Instruction::REM_LONG_2ADDR: in GenArithOpLong()
|
/art/compiler/dex/quick/mips/ |
D | int_mips.cc | 556 case Instruction::REM_LONG_2ADDR: in GenArithOpLong()
|
/art/runtime/ |
D | dex_instruction_list.h | 212 …V(0xBF, REM_LONG_2ADDR, "rem-long/2addr", k12x, true, kNone, kContinue | kThrow | kRemainder, kVer…
|
/art/compiler/dex/ |
D | gvn_dead_code_elimination.cc | 1315 case Instruction::REM_LONG_2ADDR: in RecordMIR()
|
D | local_value_numbering.cc | 1822 case Instruction::REM_LONG_2ADDR: in GetValueNumber()
|
/art/compiler/dex/quick/x86/ |
D | int_x86.cc | 1669 case Instruction::REM_LONG_2ADDR: in GenArithOpLong() 1705 case Instruction::REM_LONG_2ADDR: in GenArithOpLong()
|
/art/compiler/dex/quick/arm64/ |
D | int_arm64.cc | 1157 case Instruction::REM_LONG_2ADDR: in GenArithOpLong()
|
/art/compiler/optimizing/ |
D | builder.cc | 1835 case Instruction::REM_LONG_2ADDR: { in AnalyzeDexInstruction()
|
/art/runtime/interpreter/ |
D | interpreter_goto_table_impl.cc | 2106 HANDLE_INSTRUCTION_START(REM_LONG_2ADDR) { in ExecuteGotoImpl()
|
D | interpreter_switch_impl.cc | 1936 case Instruction::REM_LONG_2ADDR: { in ExecuteSwitchImpl()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 2747 case Instruction::REM_LONG_2ADDR: in CodeFlowVerifyInstruction()
|