Searched refs:ADD_INT (Results 1 – 14 of 14) sorted by relevance
/art/compiler/optimizing/ |
D | dead_code_elimination_test.cc | 81 Instruction::ADD_INT | 2 << 8, 0 | 1 << 8, in TEST_F() 141 Instruction::ADD_INT | 2 << 8, 0 | 1 << 8, in TEST_F()
|
D | live_ranges_test.cc | 310 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()
|
D | liveness_test.cc | 586 Instruction::ADD_INT, 0, 0, in TEST_F()
|
D | scheduler_test.cc | 408 Instruction::ADD_INT | 5 << 8, 3 << 8 | 2, // add-int v5, v2, v3 in TEST_F()
|
D | register_allocator_test.cc | 277 Instruction::ADD_INT, 1 << 8 | 0, in Loop2() 281 Instruction::ADD_INT, 1 << 8 | 0, in Loop2()
|
D | codegen_test.cc | 325 Instruction::ADD_INT, 1 << 8 | 0, in TEST_F()
|
D | instruction_builder.cc | 2291 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/tools/veridex/ |
D | flow_analysis.cc | 397 case Instruction::ADD_INT: in ProcessDexInstruction()
|
/art/libdexfile/dex/ |
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 | 1851 case Instruction::ADD_INT: { in ExecuteSwitchImplCpp()
|