Searched refs:ADD_INT (Results 1 – 16 of 16) sorted by relevance
/art/compiler/optimizing/ |
D | dead_code_elimination_test.cc | 76 Instruction::ADD_INT | 2 << 8, 0 | 1 << 8, in TEST_F() 136 Instruction::ADD_INT | 2 << 8, 0 | 1 << 8, in TEST_F()
|
D | live_ranges_test.cc | 300 Instruction::ADD_INT, 0, 0, in TEST_F() 373 Instruction::ADD_INT, 1 << 8, in TEST_F() 375 Instruction::ADD_INT, 1 << 8, in TEST_F()
|
D | constant_folding_test.cc | 220 Instruction::ADD_INT | 2 << 8, 0 | 1 << 8, in TEST_F() 289 Instruction::ADD_INT | 2 << 8, 0 | 1 << 8, in TEST_F() 570 Instruction::ADD_INT | 2 << 8, 0 | 1 << 8, in TEST_F() 675 Instruction::ADD_INT | 2 << 8, 0 | 1 << 8, in TEST_F()
|
D | liveness_test.cc | 582 Instruction::ADD_INT, 0, 0, in TEST_F()
|
D | scheduler_test.cc | 419 Instruction::ADD_INT | 5 << 8, 3 << 8 | 2, // add-int v5, v2, v3 in TEST_F()
|
D | register_allocator_test.cc | 279 Instruction::ADD_INT, 1 << 8 | 0, in Loop2() 283 Instruction::ADD_INT, 1 << 8 | 0, in Loop2()
|
D | codegen_test.cc | 327 Instruction::ADD_INT, 1 << 8 | 0, in TEST_F()
|
D | instruction_builder.cc | 2438 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 | 405 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-inl.h | 1917 ALWAYS_INLINE void ADD_INT() REQUIRES_SHARED(Locks::mutator_lock_) { in ADD_INT() function
|
/art/runtime/verifier/ |
D | method_verifier.cc | 3281 case Instruction::ADD_INT: in CodeFlowVerifyInstruction()
|