Home
last modified time | relevance | path

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

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java196 ADD_INT_2ADDR, enumConstant
DInstruction.java499 addOpcodeInfo(Opcode.ADD_INT_2ADDR, "add-int/2addr", 0xb0, new Format12x()); in addOpcodeInfo() argument
/art/compiler/optimizing/
Dliveness_test.cc139 Instruction::ADD_INT_2ADDR | 1 << 12, in TEST_F()
Dconstant_folding_test.cc294 Instruction::ADD_INT_2ADDR | 0 << 8 | 1 << 12, in TEST_F()
297 Instruction::ADD_INT_2ADDR | 1 << 8 | 2 << 12, in TEST_F()
Dfind_loops_test.cc63 Instruction::ADD_INT_2ADDR | 1 << 12, in TEST_F()
Dscheduler_test.cc404 Instruction::ADD_INT_2ADDR | 5 << 12 | 2 << 8, // add-int/2addr v2, v5 in TEST_F()
Dcodegen_test.cc331 Instruction::ADD_INT_2ADDR | 1 << 12, in TEST_F()
Dinstruction_builder.cc2184 case Instruction::ADD_INT_2ADDR: { in ProcessDexInstruction()
/art/runtime/
Ddex_instruction_utils.h134 return Instruction::ADD_INT_2ADDR <= code && code <= Instruction::REM_DOUBLE_2ADDR; in IsInstructionBinOp2Addr()
Ddex_instruction_list.h198 …V(0xB0, ADD_INT_2ADDR, "add-int/2addr", k12x, kIndexNone, kContinue, kAdd, kVerifyRegA | kVerifyRe…
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DValuePrinter.java239 || Opcode.isBetween(opcode, Opcode.ADD_INT_2ADDR, Opcode.USHR_INT_2ADDR) in getInstructionOutputType()
DArithOpChanger.java198 int2addrOpcodes.add(Opcode.ADD_INT_2ADDR);
/art/runtime/interpreter/
Dinterpreter_switch_impl.cc1987 case Instruction::ADD_INT_2ADDR: { in ExecuteSwitchImpl()
/art/runtime/verifier/
Dmethod_verifier.cc3278 case Instruction::ADD_INT_2ADDR: in CodeFlowVerifyInstruction()