Home
last modified time | relevance | path

Searched refs:OP_ICONST_0 (Results 1 – 12 of 12) sorted by relevance

/external/proguard/src/proguard/optimize/peephole/
DInstructionSequenceConstants.java572 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/
DSimpleInstruction.java114 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()
DInstructionConstants.java33 public static final byte OP_ICONST_0 = 3; field
DInstructionFactory.java54 case InstructionConstants.OP_ICONST_0: in create()
/external/proguard/src/proguard/classfile/util/
DDynamicMemberReferenceInitializer.java214 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),
DDynamicClassReferenceInitializer.java144 new SimpleInstruction(InstructionConstants.OP_ICONST_0),
/external/proguard/src/proguard/optimize/
DDuplicateInitializerInvocationFixer.java112 InstructionConstants.OP_ICONST_0 : in visitConstantInstruction()
/external/proguard/src/proguard/optimize/evaluation/
DSimpleEnumClassSimplifier.java96 new SimpleInstruction(InstructionConstants.OP_ICONST_0, ENUM_CONSTANT_ORDINAL),
DSimpleEnumUseSimplifier.java783 new SimpleInstruction(InstructionConstants.OP_ICONST_0)); in replaceNullStackEntryProducers()
DEvaluationShrinker.java1729 case Value.TYPE_INTEGER: return InstructionConstants.OP_ICONST_0; in pushOpcode()
/external/proguard/src/proguard/classfile/editor/
DCodeAttributeComposer.java939 composer.appendInstruction(0, new SimpleInstruction(InstructionConstants.OP_ICONST_0)); in main()
/external/proguard/src/proguard/evaluation/
DProcessor.java91 case InstructionConstants.OP_ICONST_0: in visitSimpleInstruction()