Searched refs:OP_ICONST_0 (Results 1 – 12 of 12) sorted by relevance
/external/proguard/src/proguard/optimize/peephole/ |
D | InstructionSequenceConstants.java | 572 new SimpleInstruction(InstructionConstants.OP_ICONST_0, A), 577 new SimpleInstruction(InstructionConstants.OP_ICONST_0, A), 871 new SimpleInstruction(InstructionConstants.OP_ICONST_0), 904 new SimpleInstruction(InstructionConstants.OP_ICONST_0), 944 new SimpleInstruction(InstructionConstants.OP_ICONST_0), 948 new SimpleInstruction(InstructionConstants.OP_ICONST_0), 1738 new SimpleInstruction(InstructionConstants.OP_ICONST_0), 1961 new SimpleInstruction(InstructionConstants.OP_ICONST_0), 1969 new SimpleInstruction(InstructionConstants.OP_ICONST_0), 1977 new SimpleInstruction(InstructionConstants.OP_ICONST_0), [all …]
|
/external/proguard/src/proguard/classfile/instruction/ |
D | SimpleInstruction.java | 114 case InstructionConstants.OP_ICONST_0: in canonicalOpcode() 121 case InstructionConstants.OP_SIPUSH: return InstructionConstants.OP_ICONST_0; in canonicalOpcode() 144 case InstructionConstants.OP_ICONST_0: in shrink() 155 opcode = (byte)(InstructionConstants.OP_ICONST_0 + constant); in shrink()
|
D | InstructionConstants.java | 33 public static final byte OP_ICONST_0 = 3; field
|
D | InstructionFactory.java | 54 case InstructionConstants.OP_ICONST_0: in create()
|
/external/proguard/src/proguard/classfile/util/ |
D | DynamicMemberReferenceInitializer.java | 214 new SimpleInstruction(InstructionConstants.OP_ICONST_0), 227 new SimpleInstruction(InstructionConstants.OP_ICONST_0), 241 new SimpleInstruction(InstructionConstants.OP_ICONST_0), 290 new SimpleInstruction(InstructionConstants.OP_ICONST_0), 302 new SimpleInstruction(InstructionConstants.OP_ICONST_0), 316 new SimpleInstruction(InstructionConstants.OP_ICONST_0), 328 new SimpleInstruction(InstructionConstants.OP_ICONST_0), 341 new SimpleInstruction(InstructionConstants.OP_ICONST_0),
|
D | DynamicClassReferenceInitializer.java | 144 new SimpleInstruction(InstructionConstants.OP_ICONST_0),
|
/external/proguard/src/proguard/optimize/ |
D | DuplicateInitializerInvocationFixer.java | 112 InstructionConstants.OP_ICONST_0 : in visitConstantInstruction()
|
/external/proguard/src/proguard/optimize/evaluation/ |
D | SimpleEnumClassSimplifier.java | 96 new SimpleInstruction(InstructionConstants.OP_ICONST_0, ENUM_CONSTANT_ORDINAL),
|
D | SimpleEnumUseSimplifier.java | 783 new SimpleInstruction(InstructionConstants.OP_ICONST_0)); in replaceNullStackEntryProducers()
|
D | EvaluationShrinker.java | 1729 case Value.TYPE_INTEGER: return InstructionConstants.OP_ICONST_0; in pushOpcode()
|
/external/proguard/src/proguard/classfile/editor/ |
D | CodeAttributeComposer.java | 939 composer.appendInstruction(0, new SimpleInstruction(InstructionConstants.OP_ICONST_0)); in main()
|
/external/proguard/src/proguard/evaluation/ |
D | Processor.java | 91 case InstructionConstants.OP_ICONST_0: in visitSimpleInstruction()
|