Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Ddead_code_elimination_test.cc76 Instruction::ADD_INT | 2 << 8, 0 | 1 << 8, in TEST_F()
136 Instruction::ADD_INT | 2 << 8, 0 | 1 << 8, in TEST_F()
Dlive_ranges_test.cc300 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()
Dconstant_folding_test.cc220 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()
Dliveness_test.cc582 Instruction::ADD_INT, 0, 0, in TEST_F()
Dscheduler_test.cc446 Instruction::ADD_INT | 5 << 8, 3 << 8 | 2, // add-int v5, v2, v3 in TEST_F()
Dregister_allocator_test.cc279 Instruction::ADD_INT, 1 << 8 | 0, in Loop2()
283 Instruction::ADD_INT, 1 << 8 | 0, in Loop2()
Dcodegen_test.cc319 Instruction::ADD_INT, 1 << 8 | 0, in TEST_F()
Dinstruction_builder.cc2460 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.cc405 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-inl.h1348 HANDLER_ATTRIBUTES bool ADD_INT() { in ADD_INT() function
/art/runtime/verifier/
Dmethod_verifier.cc3288 case Instruction::ADD_INT: in CodeFlowVerifyInstruction()