Searched refs:REM_INT (Results 1 – 16 of 16) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 168 REM_INT, enumConstant
|
D | Instruction.java | 471 addOpcodeInfo(Opcode.REM_INT, "rem-int", 0x94, new Format23x()); in addOpcodeInfo() argument
|
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | ArithOpChanger.java | 190 intOpcodes.add(Opcode.REM_INT);
|
/art/compiler/dex/quick/ |
D | quick_compiler.cc | 286 Instruction::REM_INT,
|
D | gen_common.cc | 1553 case Instruction::REM_INT: in GenArithOpInt() 1888 case Instruction::REM_INT: in GenArithOpIntLit()
|
D | mir_to_lir.cc | 1020 case Instruction::REM_INT: in CompileDalvikInstruction()
|
/art/runtime/ |
D | dex_instruction_list.h | 169 …V(0x94, REM_INT, "rem-int", k23x, true, kNone, kContinue | kThrow | kRemainder, kVerifyRegA | kVer…
|
/art/compiler/dex/ |
D | local_value_numbering_test.cc | 781 DEF_DIV_REM(Instruction::REM_INT, 4u, 30u, 20u), in TEST_F()
|
D | gvn_dead_code_elimination.cc | 1309 case Instruction::REM_INT: in RecordMIR()
|
D | local_value_numbering.cc | 1786 case Instruction::REM_INT: in GetValueNumber()
|
/art/compiler/dex/quick/arm/ |
D | utility_arm.cc | 191 case Instruction::REM_INT: in InexpensiveConstantInt()
|
/art/compiler/optimizing/ |
D | builder.cc | 1680 case Instruction::REM_INT: { in AnalyzeDexInstruction()
|
/art/runtime/interpreter/ |
D | interpreter_goto_table_impl.cc | 1775 HANDLE_INSTRUCTION_START(REM_INT) { in ExecuteGotoImpl()
|
D | interpreter_switch_impl.cc | 1608 case Instruction::REM_INT: { in ExecuteSwitchImpl()
|
/art/compiler/dex/quick/x86/ |
D | int_x86.cc | 3124 case Instruction::REM_INT: in GenArithOpInt()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 2673 case Instruction::REM_INT: in CodeFlowVerifyInstruction()
|