Searched refs:OP_ICONST_0 (Results 1 - 11 of 11) sorted by relevance

/external/proguard/src/proguard/classfile/instruction/
H A DSimpleInstruction.java114 case InstructionConstants.OP_ICONST_0:
121 case InstructionConstants.OP_SIPUSH: return InstructionConstants.OP_ICONST_0;
144 case InstructionConstants.OP_ICONST_0:
155 opcode = (byte)(InstructionConstants.OP_ICONST_0 + constant);
H A DInstructionConstants.java33 public static final byte OP_ICONST_0 = 3; field in interface:InstructionConstants
H A DInstructionFactory.java54 case InstructionConstants.OP_ICONST_0:
/external/proguard/src/proguard/optimize/peephole/
H A 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/util/
H A DDynamicMemberReferenceInitializer.java175 // new SimpleInstruction(InstructionConstants.OP_ICONST_0),
187 // new SimpleInstruction(InstructionConstants.OP_ICONST_0),
200 // new SimpleInstruction(InstructionConstants.OP_ICONST_0),
215 new SimpleInstruction(InstructionConstants.OP_ICONST_0),
228 new SimpleInstruction(InstructionConstants.OP_ICONST_0),
242 new SimpleInstruction(InstructionConstants.OP_ICONST_0),
280 // new SimpleInstruction(InstructionConstants.OP_ICONST_0),
291 new SimpleInstruction(InstructionConstants.OP_ICONST_0),
303 new SimpleInstruction(InstructionConstants.OP_ICONST_0),
317 new SimpleInstruction(InstructionConstants.OP_ICONST_0),
[all...]
H A DDynamicClassReferenceInitializer.java144 new SimpleInstruction(InstructionConstants.OP_ICONST_0),
/external/proguard/src/proguard/optimize/
H A DDuplicateInitializerInvocationFixer.java112 InstructionConstants.OP_ICONST_0 :
/external/proguard/src/proguard/classfile/editor/
H A DCodeAttributeComposer.java904 composer.appendInstruction(0, new SimpleInstruction(InstructionConstants.OP_ICONST_0));
/external/proguard/src/proguard/evaluation/
H A DProcessor.java86 case InstructionConstants.OP_ICONST_0:
/external/proguard/src/proguard/optimize/evaluation/
H A DEvaluationShrinker.java1687 case Value.TYPE_INTEGER: return InstructionConstants.OP_ICONST_0;
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/DataEntryWriterFactory.class DataEntryWriterFactory.java package proguard public ...

Completed in 158 milliseconds