Home
last modified time | relevance | path

Searched refs:REM_INT_LIT16 (Results 1 – 14 of 14) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java232 REM_INT_LIT16, enumConstant
DInstruction.java535 addOpcodeInfo(Opcode.REM_INT_LIT16, "rem-int/lit16", 0xd4, new Format22s()); in addOpcodeInfo() argument
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DArithOpChanger.java274 intLit16Opcodes.add(Opcode.REM_INT_LIT16);
/art/compiler/dex/quick/
Dquick_compiler.cc350 Instruction::REM_INT_LIT16,
Dmir_to_lir.cc1111 case Instruction::REM_INT_LIT16: in CompileDalvikInstruction()
Dgen_common.cc1891 case Instruction::REM_INT_LIT16: { in GenArithOpIntLit()
/art/runtime/
Ddex_instruction_list.h233 …V(0xD4, REM_INT_LIT16, "rem-int/lit16", k22s, true, kNone, kContinue | kThrow | kRemainder | kRegC…
/art/compiler/dex/quick/arm/
Dutility_arm.cc194 case Instruction::REM_INT_LIT16: { in InexpensiveConstantInt()
/art/compiler/dex/
Dgvn_dead_code_elimination.cc1323 case Instruction::REM_INT_LIT16: in RecordMIR()
Dlocal_value_numbering.cc1892 case Instruction::REM_INT_LIT16: in GetValueNumber()
/art/compiler/optimizing/
Dbuilder.cc1988 case Instruction::REM_INT_LIT16: in AnalyzeDexInstruction()
/art/runtime/interpreter/
Dinterpreter_goto_table_impl.cc2287 HANDLE_INSTRUCTION_START(REM_INT_LIT16) { in ExecuteGotoImpl()
Dinterpreter_switch_impl.cc2117 case Instruction::REM_INT_LIT16: { in ExecuteSwitchImpl()
/art/runtime/verifier/
Dmethod_verifier.cc2782 case Instruction::REM_INT_LIT16: in CodeFlowVerifyInstruction()