Searched refs:OP_ICONST_5 (Results 1 - 7 of 7) sorted by relevance

/external/proguard/src/proguard/classfile/instruction/
H A DSimpleInstruction.java99 case InstructionConstants.OP_ICONST_5: return 5;
119 case InstructionConstants.OP_ICONST_5:
149 case InstructionConstants.OP_ICONST_5:
H A DInstructionConstants.java38 public static final byte OP_ICONST_5 = 8; field in interface:InstructionConstants
H A DInstructionFactory.java59 case InstructionConstants.OP_ICONST_5:
/external/proguard/src/proguard/classfile/editor/
H A DCodeAttributeComposer.java838 composer.appendInstruction(2, new SimpleInstruction(InstructionConstants.OP_ICONST_5));
/external/proguard/src/proguard/evaluation/
H A DProcessor.java94 case InstructionConstants.OP_ICONST_5:
/external/proguard/src/proguard/optimize/peephole/
H A DInstructionSequenceConstants.java631 new SimpleInstruction(InstructionConstants.OP_ICONST_5),
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/evaluation/Stack.class Stack.java package proguard ...

Completed in 153 milliseconds