Home
last modified time | relevance | path

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

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java240 REM_INT_LIT8, enumConstant
DInstruction.java543 addOpcodeInfo(Opcode.REM_INT_LIT8, "rem-int/lit8", 0xdc, new Format22b()); in addOpcodeInfo() argument
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DArithOpChanger.java262 intLit8Opcodes.add(Opcode.REM_INT_LIT8);
/art/compiler/dex/quick/
Dquick_compiler.cc358 Instruction::REM_INT_LIT8,
Dmir_to_lir.cc1119 case Instruction::REM_INT_LIT8: in CompileDalvikInstruction()
Dgen_common.cc1890 case Instruction::REM_INT_LIT8: in GenArithOpIntLit()
/art/runtime/
Ddex_instruction_list.h241 …V(0xDC, REM_INT_LIT8, "rem-int/lit8", k22b, true, kNone, kContinue | kThrow | kRemainder | kRegCFi…
/art/compiler/dex/quick/arm/
Dutility_arm.cc193 case Instruction::REM_INT_LIT8: in InexpensiveConstantInt()
/art/compiler/dex/
Dgvn_dead_code_elimination.cc1325 case Instruction::REM_INT_LIT8: in RecordMIR()
Dlocal_value_numbering.cc1900 case Instruction::REM_INT_LIT8: in GetValueNumber()
/art/compiler/optimizing/
Dbuilder.cc1989 case Instruction::REM_INT_LIT8: { in AnalyzeDexInstruction()
/art/runtime/interpreter/
Dinterpreter_goto_table_impl.cc2344 HANDLE_INSTRUCTION_START(REM_INT_LIT8) { in ExecuteGotoImpl()
Dinterpreter_switch_impl.cc2171 case Instruction::REM_INT_LIT8: { in ExecuteSwitchImpl()
/art/runtime/verifier/
Dmethod_verifier.cc2796 case Instruction::REM_INT_LIT8: in CodeFlowVerifyInstruction()