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

/art/tools/dexfuzz/src/dexfuzz/rawdex/
H A DOpcode.java232 REM_INT_LIT16, enum constant in enum:Opcode
H A DInstruction.java535 addOpcodeInfo(Opcode.REM_INT_LIT16, "rem-int/lit16", 0xd4, new Format22s());
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
H A DArithOpChanger.java274 intLit16Opcodes.add(Opcode.REM_INT_LIT16);
/art/compiler/dex/quick/
H A Dquick_compiler.cc350 Instruction::REM_INT_LIT16,
H A Dmir_to_lir.cc1111 case Instruction::REM_INT_LIT16:
H A Dgen_common.cc1891 case Instruction::REM_INT_LIT16: {
/art/compiler/dex/quick/arm/
H A Dutility_arm.cc194 case Instruction::REM_INT_LIT16: {
/art/runtime/
H A Ddex_instruction_list.h233 V(0xD4, REM_INT_LIT16, "rem-int/lit16", k22s, true, kNone, kContinue | kThrow | kRemainder | kRegCFieldOrConstant, kVerifyRegA | kVerifyRegB) \
/art/compiler/dex/
H A Dgvn_dead_code_elimination.cc1323 case Instruction::REM_INT_LIT16:
H A Dlocal_value_numbering.cc1892 case Instruction::REM_INT_LIT16:
/art/compiler/optimizing/
H A Dbuilder.cc1988 case Instruction::REM_INT_LIT16:
/art/runtime/interpreter/
H A Dinterpreter_goto_table_impl.cc2287 HANDLE_INSTRUCTION_START(REM_INT_LIT16) {
H A Dinterpreter_switch_impl.cc2117 case Instruction::REM_INT_LIT16: {
/art/runtime/verifier/
H A Dmethod_verifier.cc2782 case Instruction::REM_INT_LIT16:

Completed in 97 milliseconds