Home
last modified time | relevance | path

Searched refs:ADD_INT (Results 1 – 15 of 15) sorted by relevance

/art/compiler/optimizing/
Ddead_code_elimination_test.cc77 Instruction::ADD_INT | 2 << 8, 0 | 1 << 8, in TEST_F()
137 Instruction::ADD_INT | 2 << 8, 0 | 1 << 8, in TEST_F()
Dconstant_folding_test.cc229 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()
Dlive_ranges_test.cc315 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()
Dliveness_test.cc585 Instruction::ADD_INT, 0, 0, in TEST_F()
Dscheduler_test.cc399 Instruction::ADD_INT | 5 << 8, 3 << 8 | 2, // add-int v5, v2, v3 in TEST_F()
Dregister_allocator_test.cc267 Instruction::ADD_INT, 1 << 8 | 0, in Loop2()
271 Instruction::ADD_INT, 1 << 8 | 0, in Loop2()
Dcodegen_test.cc321 Instruction::ADD_INT, 1 << 8 | 0, in TEST_F()
Dinstruction_builder.cc2144 case Instruction::ADD_INT: { in ProcessDexInstruction()
/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java164 ADD_INT, enumConstant
DInstruction.java467 addOpcodeInfo(Opcode.ADD_INT, "add-int", 0x90, new Format23x()); in addOpcodeInfo() argument
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DArithOpChanger.java152 if (Opcode.isBetween(opcode, Opcode.ADD_INT, Opcode.USHR_INT_LIT8)) { in isArithmeticOperation()
186 intOpcodes.add(Opcode.ADD_INT);
DValuePrinter.java238 || Opcode.isBetween(opcode, Opcode.ADD_INT, Opcode.USHR_INT) in getInstructionOutputType()
/art/runtime/
Ddex_instruction_list.h166 …V(0x90, ADD_INT, "add-int", k23x, kIndexNone, kContinue, kAdd, kVerifyRegA | kVerifyRegB | kVerify…
/art/runtime/interpreter/
Dinterpreter_switch_impl.cc1760 case Instruction::ADD_INT: { in ExecuteSwitchImpl()
/art/runtime/verifier/
Dmethod_verifier.cc3225 case Instruction::ADD_INT: in CodeFlowVerifyInstruction()