Searched refs:ADD_INT (Results 1 – 15 of 15) sorted by relevance
/art/compiler/optimizing/ |
D | dead_code_elimination_test.cc | 77 Instruction::ADD_INT | 2 << 8, 0 | 1 << 8, in TEST_F() 137 Instruction::ADD_INT | 2 << 8, 0 | 1 << 8, in TEST_F()
|
D | constant_folding_test.cc | 229 Instruction::ADD_INT | 2 << 8, 0 | 1 << 8, in TEST_F() 298 Instruction::ADD_INT | 2 << 8, 0 | 1 << 8, in TEST_F() 579 Instruction::ADD_INT | 2 << 8, 0 | 1 << 8, in TEST_F() 684 Instruction::ADD_INT | 2 << 8, 0 | 1 << 8, in TEST_F()
|
D | live_ranges_test.cc | 315 Instruction::ADD_INT, 0, 0, in TEST_F() 392 Instruction::ADD_INT, 1 << 8, in TEST_F() 394 Instruction::ADD_INT, 1 << 8, in TEST_F()
|
D | liveness_test.cc | 585 Instruction::ADD_INT, 0, 0, in TEST_F()
|
D | scheduler_test.cc | 399 Instruction::ADD_INT | 5 << 8, 3 << 8 | 2, // add-int v5, v2, v3 in TEST_F()
|
D | register_allocator_test.cc | 267 Instruction::ADD_INT, 1 << 8 | 0, in Loop2() 271 Instruction::ADD_INT, 1 << 8 | 0, in Loop2()
|
D | codegen_test.cc | 321 Instruction::ADD_INT, 1 << 8 | 0, in TEST_F()
|
D | instruction_builder.cc | 2144 case Instruction::ADD_INT: { in ProcessDexInstruction()
|
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 164 ADD_INT, enumConstant
|
D | Instruction.java | 467 addOpcodeInfo(Opcode.ADD_INT, "add-int", 0x90, new Format23x()); in addOpcodeInfo() argument
|
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | ArithOpChanger.java | 152 if (Opcode.isBetween(opcode, Opcode.ADD_INT, Opcode.USHR_INT_LIT8)) { in isArithmeticOperation() 186 intOpcodes.add(Opcode.ADD_INT);
|
D | ValuePrinter.java | 238 || Opcode.isBetween(opcode, Opcode.ADD_INT, Opcode.USHR_INT) in getInstructionOutputType()
|
/art/runtime/ |
D | dex_instruction_list.h | 166 …V(0x90, ADD_INT, "add-int", k23x, kIndexNone, kContinue, kAdd, kVerifyRegA | kVerifyRegB | kVerify…
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl.cc | 1760 case Instruction::ADD_INT: { in ExecuteSwitchImpl()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 3225 case Instruction::ADD_INT: in CodeFlowVerifyInstruction()
|