Searched refs:OP_ICONST_1 (Results 1 – 6 of 6) sorted by relevance
/external/proguard/src/proguard/classfile/instruction/ |
D | SimpleInstruction.java | 87 case InstructionConstants.OP_ICONST_1: in embeddedConstant() 115 case InstructionConstants.OP_ICONST_1: in canonicalOpcode() 145 case InstructionConstants.OP_ICONST_1: in shrink()
|
D | InstructionConstants.java | 34 public static final byte OP_ICONST_1 = 4; field
|
D | InstructionFactory.java | 55 case InstructionConstants.OP_ICONST_1: in create()
|
/external/proguard/src/proguard/classfile/util/ |
D | DynamicMemberReferenceInitializer.java | 131 new SimpleInstruction(InstructionConstants.OP_ICONST_1), 152 new SimpleInstruction(InstructionConstants.OP_ICONST_1), 178 new SimpleInstruction(InstructionConstants.OP_ICONST_1), 198 new SimpleInstruction(InstructionConstants.OP_ICONST_1),
|
/external/proguard/src/proguard/optimize/peephole/ |
D | InstructionSequenceConstants.java | 591 new SimpleInstruction(InstructionConstants.OP_ICONST_1), 721 new SimpleInstruction(InstructionConstants.OP_ICONST_1), 732 new SimpleInstruction(InstructionConstants.OP_ICONST_1), 910 new SimpleInstruction(InstructionConstants.OP_ICONST_1), 1127 new SimpleInstruction(InstructionConstants.OP_ICONST_1), 1500 new SimpleInstruction(InstructionConstants.OP_ICONST_1), 2649 new SimpleInstruction(InstructionConstants.OP_ICONST_1), 2667 new SimpleInstruction(InstructionConstants.OP_ICONST_1), 2687 new SimpleInstruction(InstructionConstants.OP_ICONST_1), 2709 new SimpleInstruction(InstructionConstants.OP_ICONST_1), [all …]
|
/external/proguard/src/proguard/evaluation/ |
D | Processor.java | 90 case InstructionConstants.OP_ICONST_1: in visitSimpleInstruction()
|