Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Ddead_code_elimination_test.cc81 Instruction::ADD_INT | 2 << 8, 0 | 1 << 8, in TEST_F()
141 Instruction::ADD_INT | 2 << 8, 0 | 1 << 8, in TEST_F()
Dlive_ranges_test.cc310 Instruction::ADD_INT, 0, 0, in TEST_F()
385 Instruction::ADD_INT, 1 << 8, in TEST_F()
387 Instruction::ADD_INT, 1 << 8, in TEST_F()
Dliveness_test.cc586 Instruction::ADD_INT, 0, 0, in TEST_F()
Dscheduler_test.cc408 Instruction::ADD_INT | 5 << 8, 3 << 8 | 2, // add-int v5, v2, v3 in TEST_F()
Dregister_allocator_test.cc277 Instruction::ADD_INT, 1 << 8 | 0, in Loop2()
281 Instruction::ADD_INT, 1 << 8 | 0, in Loop2()
Dcodegen_test.cc325 Instruction::ADD_INT, 1 << 8 | 0, in TEST_F()
Dinstruction_builder.cc2291 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/tools/veridex/
Dflow_analysis.cc397 case Instruction::ADD_INT: in ProcessDexInstruction()
/art/libdexfile/dex/
Ddex_instruction_list.h166 …V(0x90, ADD_INT, "add-int", k23x, kIndexNone, kContinue, kAdd, kVerifyRegA | kVerifyRegB | kVerify…
/art/runtime/interpreter/
Dinterpreter_switch_impl.cc1851 case Instruction::ADD_INT: { in ExecuteSwitchImplCpp()