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

/external/proguard/src/proguard/classfile/instruction/
H A DVariableInstruction.java149 opcode == InstructionConstants.OP_IINC;
356 return opcode != InstructionConstants.OP_IINC ? 0 :
367 return opcode != InstructionConstants.OP_IINC ? 0 :
H A DInstructionConstants.java162 public static final byte OP_IINC = -124; field in interface:InstructionConstants
H A DInstructionFactory.java247 case InstructionConstants.OP_IINC:
/external/proguard/src/proguard/optimize/peephole/
H A DInstructionSequenceConstants.java555 new VariableInstruction(InstructionConstants.OP_IINC, X, A),
565 new VariableInstruction(InstructionConstants.OP_IINC, X, A),
575 new VariableInstruction(InstructionConstants.OP_IINC, X, A),
585 new VariableInstruction(InstructionConstants.OP_IINC, X, 1),
595 new VariableInstruction(InstructionConstants.OP_IINC, X, -1),
605 new VariableInstruction(InstructionConstants.OP_IINC, X, -2),
615 new VariableInstruction(InstructionConstants.OP_IINC, X, -3),
625 new VariableInstruction(InstructionConstants.OP_IINC, X, -4),
635 new VariableInstruction(InstructionConstants.OP_IINC, X, -5),
2124 new VariableInstruction(InstructionConstants.OP_IINC,
[all...]
/external/proguard/src/proguard/classfile/editor/
H A DCodeAttributeComposer.java836 composer.appendInstruction(0, new VariableInstruction(InstructionConstants.OP_IINC, 0, 1));
/external/proguard/src/proguard/evaluation/
H A DProcessor.java723 case InstructionConstants.OP_IINC:
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/evaluation/Stack.class Stack.java package proguard ...

Completed in 63 milliseconds