Home
last modified time | relevance | path

Searched refs:REM_LONG_2ADDR (Results 1 – 16 of 16) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java211 REM_LONG_2ADDR, enumConstant
DInstruction.java514 addOpcodeInfo(Opcode.REM_LONG_2ADDR, "rem-long/2addr", 0xbf, new Format12x()); in addOpcodeInfo() argument
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DArithOpChanger.java226 long2addrOpcodes.add(Opcode.REM_LONG_2ADDR);
/art/compiler/dex/quick/
Dquick_compiler.cc329 Instruction::REM_LONG_2ADDR,
Dmir_to_lir.cc1056 case Instruction::REM_LONG_2ADDR: in CompileDalvikInstruction()
Dgen_common.cc2006 case Instruction::REM_LONG_2ADDR: in GenArithOpLong()
/art/compiler/dex/quick/mips/
Dint_mips.cc556 case Instruction::REM_LONG_2ADDR: in GenArithOpLong()
/art/runtime/
Ddex_instruction_list.h212 …V(0xBF, REM_LONG_2ADDR, "rem-long/2addr", k12x, true, kNone, kContinue | kThrow | kRemainder, kVer…
/art/compiler/dex/
Dgvn_dead_code_elimination.cc1315 case Instruction::REM_LONG_2ADDR: in RecordMIR()
Dlocal_value_numbering.cc1822 case Instruction::REM_LONG_2ADDR: in GetValueNumber()
/art/compiler/dex/quick/x86/
Dint_x86.cc1669 case Instruction::REM_LONG_2ADDR: in GenArithOpLong()
1705 case Instruction::REM_LONG_2ADDR: in GenArithOpLong()
/art/compiler/dex/quick/arm64/
Dint_arm64.cc1157 case Instruction::REM_LONG_2ADDR: in GenArithOpLong()
/art/compiler/optimizing/
Dbuilder.cc1835 case Instruction::REM_LONG_2ADDR: { in AnalyzeDexInstruction()
/art/runtime/interpreter/
Dinterpreter_goto_table_impl.cc2106 HANDLE_INSTRUCTION_START(REM_LONG_2ADDR) { in ExecuteGotoImpl()
Dinterpreter_switch_impl.cc1936 case Instruction::REM_LONG_2ADDR: { in ExecuteSwitchImpl()
/art/runtime/verifier/
Dmethod_verifier.cc2747 case Instruction::REM_LONG_2ADDR: in CodeFlowVerifyInstruction()