Searched refs:ADD_INT_LIT16 (Results 1 – 10 of 10) sorted by relevance
/art/compiler/optimizing/ |
D | dead_code_elimination_test.cc | 143 Instruction::ADD_INT_LIT16 | 1 << 8 | 0 << 12, 3, in TEST_F() 145 Instruction::ADD_INT_LIT16 | 0 << 8 | 2 << 12, 2, in TEST_F() 147 Instruction::ADD_INT_LIT16 | 2 << 8 | 1 << 12, 4, in TEST_F()
|
D | codegen_test.cc | 353 Instruction::ADD_INT_LIT16, 3, in TEST_F()
|
D | instruction_builder.cc | 2619 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/tools/veridex/ |
D | flow_analysis.cc | 469 case Instruction::ADD_INT_LIT16: in ProcessDexInstruction()
|
/art/libdexfile/dex/ |
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 | 2361 case Instruction::ADD_INT_LIT16: in ExecuteSwitchImplCpp()
|