Searched refs:ADD_INT_LIT16 (Results 1 – 12 of 12) sorted by relevance
/art/compiler/optimizing/ |
D | dead_code_elimination_test.cc | 138 Instruction::ADD_INT_LIT16 | 1 << 8 | 0 << 12, 3, in TEST_F() 140 Instruction::ADD_INT_LIT16 | 0 << 8 | 2 << 12, 2, in TEST_F() 142 Instruction::ADD_INT_LIT16 | 2 << 8 | 1 << 12, 4, in TEST_F()
|
D | constant_folding_test.cc | 572 Instruction::ADD_INT_LIT16 | 1 << 8 | 0 << 12, 5, in TEST_F() 574 Instruction::ADD_INT_LIT16 | 0 << 8 | 2 << 12, 4, in TEST_F() 576 Instruction::ADD_INT_LIT16 | 2 << 8 | 1 << 12, 8, in TEST_F()
|
D | codegen_test.cc | 355 Instruction::ADD_INT_LIT16, 3, in TEST_F()
|
D | instruction_builder.cc | 2766 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 | 477 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-inl.h | 2392 ALWAYS_INLINE void ADD_INT_LIT16() REQUIRES_SHARED(Locks::mutator_lock_) { in ADD_INT_LIT16() function
|
/art/runtime/verifier/ |
D | method_verifier.cc | 3389 case Instruction::ADD_INT_LIT16: in CodeFlowVerifyInstruction()
|