Searched refs:OP_ICONST_1 (Results 1 – 8 of 8) 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 | 224 new SimpleInstruction(InstructionConstants.OP_ICONST_1), 245 new SimpleInstruction(InstructionConstants.OP_ICONST_1), 287 new SimpleInstruction(InstructionConstants.OP_ICONST_1), 306 new SimpleInstruction(InstructionConstants.OP_ICONST_1), 325 new SimpleInstruction(InstructionConstants.OP_ICONST_1), 345 new SimpleInstruction(InstructionConstants.OP_ICONST_1),
|
/external/proguard/src/proguard/optimize/evaluation/ |
D | SimpleEnumClassSimplifier.java | 103 new SimpleInstruction(InstructionConstants.OP_ICONST_1),
|
D | SimpleEnumUseSimplifier.java | 337 new SimpleInstruction(InstructionConstants.OP_ICONST_1)); in visitConstantInstruction() 590 new SimpleInstruction(InstructionConstants.OP_ICONST_1), in replaceSupportedMethod()
|
/external/proguard/src/proguard/optimize/peephole/ |
D | InstructionSequenceConstants.java | 822 new SimpleInstruction(InstructionConstants.OP_ICONST_1), 953 new SimpleInstruction(InstructionConstants.OP_ICONST_1), 964 new SimpleInstruction(InstructionConstants.OP_ICONST_1), 1142 new SimpleInstruction(InstructionConstants.OP_ICONST_1), 1361 new SimpleInstruction(InstructionConstants.OP_ICONST_1), 1734 new SimpleInstruction(InstructionConstants.OP_ICONST_1), 2884 new SimpleInstruction(InstructionConstants.OP_ICONST_1), 2902 new SimpleInstruction(InstructionConstants.OP_ICONST_1), 2922 new SimpleInstruction(InstructionConstants.OP_ICONST_1), 2944 new SimpleInstruction(InstructionConstants.OP_ICONST_1), [all …]
|
/external/proguard/src/proguard/evaluation/ |
D | Processor.java | 92 case InstructionConstants.OP_ICONST_1: in visitSimpleInstruction()
|