Searched refs:ADD_INT_LIT16 (Results 1 – 11 of 11) sorted by relevance
/art/compiler/optimizing/ |
D | dead_code_elimination_test.cc | 139 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()
|
D | constant_folding_test.cc | 581 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()
|
D | codegen_test.cc | 350 Instruction::ADD_INT_LIT16, 3, in TEST_F()
|
D | instruction_builder.cc | 2426 case Instruction::ADD_INT_LIT16: { in ProcessDexInstruction()
|
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 228 ADD_INT_LIT16, enumConstant
|
D | Instruction.java | 531 addOpcodeInfo(Opcode.ADD_INT_LIT16, "add-int/lit16", 0xd0, new Format22s()); in addOpcodeInfo() argument
|
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | ValuePrinter.java | 240 || Opcode.isBetween(opcode, Opcode.ADD_INT_LIT16, Opcode.USHR_INT_LIT8)) { in getInstructionOutputType()
|
D | ArithOpChanger.java | 270 intLit16Opcodes.add(Opcode.ADD_INT_LIT16);
|
/art/runtime/ |
D | dex_instruction_list.h | 230 …V(0xD0, ADD_INT_LIT16, "add-int/lit16", k22s, kIndexNone, kContinue | kAdd | kRegCFieldOrConstant,…
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl.cc | 2213 case Instruction::ADD_INT_LIT16: in ExecuteSwitchImpl()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 3334 case Instruction::ADD_INT_LIT16: in CodeFlowVerifyInstruction()
|