Home
last modified time | relevance | path

Searched refs:REM_INT_2ADDR (Results 1 – 15 of 15) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java200 REM_INT_2ADDR, enumConstant
DInstruction.java503 addOpcodeInfo(Opcode.REM_INT_2ADDR, "rem-int/2addr", 0xb4, new Format12x()); in addOpcodeInfo() argument
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DArithOpChanger.java202 int2addrOpcodes.add(Opcode.REM_INT_2ADDR);
/art/compiler/dex/quick/
Dquick_compiler.cc318 Instruction::REM_INT_2ADDR,
Dgen_common.cc1554 case Instruction::REM_INT_2ADDR: in GenArithOpInt()
1889 case Instruction::REM_INT_2ADDR: in GenArithOpIntLit()
Dmir_to_lir.cc1021 case Instruction::REM_INT_2ADDR: in CompileDalvikInstruction()
/art/runtime/
Ddex_instruction_list.h201 …V(0xB4, REM_INT_2ADDR, "rem-int/2addr", k12x, true, kNone, kContinue | kThrow | kRemainder, kVerif…
/art/compiler/dex/quick/arm/
Dutility_arm.cc192 case Instruction::REM_INT_2ADDR: in InexpensiveConstantInt()
/art/compiler/dex/
Dgvn_dead_code_elimination.cc1313 case Instruction::REM_INT_2ADDR: in RecordMIR()
Dlocal_value_numbering.cc1787 case Instruction::REM_INT_2ADDR: in GetValueNumber()
/art/compiler/optimizing/
Dbuilder.cc1829 case Instruction::REM_INT_2ADDR: { in AnalyzeDexInstruction()
/art/runtime/interpreter/
Dinterpreter_goto_table_impl.cc2009 HANDLE_INSTRUCTION_START(REM_INT_2ADDR) { in ExecuteGotoImpl()
Dinterpreter_switch_impl.cc1839 case Instruction::REM_INT_2ADDR: { in ExecuteSwitchImpl()
/art/compiler/dex/quick/x86/
Dint_x86.cc3121 case Instruction::REM_INT_2ADDR: in GenArithOpInt()
/art/runtime/verifier/
Dmethod_verifier.cc2726 case Instruction::REM_INT_2ADDR: in CodeFlowVerifyInstruction()