Searched refs:REM_INT_LIT8 (Results 1 – 14 of 14) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 240 REM_INT_LIT8, enumConstant
|
D | Instruction.java | 543 addOpcodeInfo(Opcode.REM_INT_LIT8, "rem-int/lit8", 0xdc, new Format22b()); in addOpcodeInfo() argument
|
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | ArithOpChanger.java | 262 intLit8Opcodes.add(Opcode.REM_INT_LIT8);
|
/art/compiler/dex/quick/ |
D | quick_compiler.cc | 358 Instruction::REM_INT_LIT8,
|
D | mir_to_lir.cc | 1119 case Instruction::REM_INT_LIT8: in CompileDalvikInstruction()
|
D | gen_common.cc | 1890 case Instruction::REM_INT_LIT8: in GenArithOpIntLit()
|
/art/runtime/ |
D | dex_instruction_list.h | 241 …V(0xDC, REM_INT_LIT8, "rem-int/lit8", k22b, true, kNone, kContinue | kThrow | kRemainder | kRegCFi…
|
/art/compiler/dex/quick/arm/ |
D | utility_arm.cc | 193 case Instruction::REM_INT_LIT8: in InexpensiveConstantInt()
|
/art/compiler/dex/ |
D | gvn_dead_code_elimination.cc | 1325 case Instruction::REM_INT_LIT8: in RecordMIR()
|
D | local_value_numbering.cc | 1900 case Instruction::REM_INT_LIT8: in GetValueNumber()
|
/art/compiler/optimizing/ |
D | builder.cc | 1989 case Instruction::REM_INT_LIT8: { in AnalyzeDexInstruction()
|
/art/runtime/interpreter/ |
D | interpreter_goto_table_impl.cc | 2344 HANDLE_INSTRUCTION_START(REM_INT_LIT8) { in ExecuteGotoImpl()
|
D | interpreter_switch_impl.cc | 2171 case Instruction::REM_INT_LIT8: { in ExecuteSwitchImpl()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 2796 case Instruction::REM_INT_LIT8: in CodeFlowVerifyInstruction()
|