Home
last modified time | relevance | path

Searched refs:ADD_INT_LIT16 (Results 1 – 11 of 11) sorted by relevance

/art/compiler/optimizing/
Ddead_code_elimination_test.cc139 Instruction::ADD_INT_LIT16 | 1 << 8 | 0 << 12, 3, in TEST_F()
141 Instruction::ADD_INT_LIT16 | 0 << 8 | 2 << 12, 2, in TEST_F()
143 Instruction::ADD_INT_LIT16 | 2 << 8 | 1 << 12, 4, in TEST_F()
Dconstant_folding_test.cc581 Instruction::ADD_INT_LIT16 | 1 << 8 | 0 << 12, 5, in TEST_F()
583 Instruction::ADD_INT_LIT16 | 0 << 8 | 2 << 12, 4, in TEST_F()
585 Instruction::ADD_INT_LIT16 | 2 << 8 | 1 << 12, 8, in TEST_F()
Dcodegen_test.cc350 Instruction::ADD_INT_LIT16, 3, in TEST_F()
Dinstruction_builder.cc2426 case Instruction::ADD_INT_LIT16: { in ProcessDexInstruction()
/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java228 ADD_INT_LIT16, enumConstant
DInstruction.java531 addOpcodeInfo(Opcode.ADD_INT_LIT16, "add-int/lit16", 0xd0, new Format22s()); in addOpcodeInfo() argument
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DValuePrinter.java240 || Opcode.isBetween(opcode, Opcode.ADD_INT_LIT16, Opcode.USHR_INT_LIT8)) { in getInstructionOutputType()
DArithOpChanger.java270 intLit16Opcodes.add(Opcode.ADD_INT_LIT16);
/art/runtime/
Ddex_instruction_list.h230 …V(0xD0, ADD_INT_LIT16, "add-int/lit16", k22s, kIndexNone, kContinue | kAdd | kRegCFieldOrConstant,…
/art/runtime/interpreter/
Dinterpreter_switch_impl.cc2213 case Instruction::ADD_INT_LIT16: in ExecuteSwitchImpl()
/art/runtime/verifier/
Dmethod_verifier.cc3334 case Instruction::ADD_INT_LIT16: in CodeFlowVerifyInstruction()