Home
last modified time | relevance | path

Searched refs:OP_IINC (Results 1 – 6 of 6) sorted by relevance

/external/proguard/src/proguard/classfile/instruction/
DVariableInstruction.java149 opcode == InstructionConstants.OP_IINC; in isStore()
356 return opcode != InstructionConstants.OP_IINC ? 0 : in constantSize()
367 return opcode != InstructionConstants.OP_IINC ? 0 : in requiredConstantSize()
DInstructionConstants.java162 public static final byte OP_IINC = -124; field
DInstructionFactory.java248 case InstructionConstants.OP_IINC: in create()
/external/proguard/src/proguard/optimize/peephole/
DInstructionSequenceConstants.java786 new VariableInstruction(InstructionConstants.OP_IINC, X, A),
796 new VariableInstruction(InstructionConstants.OP_IINC, X, A),
806 new VariableInstruction(InstructionConstants.OP_IINC, X, A),
816 new VariableInstruction(InstructionConstants.OP_IINC, X, 1),
826 new VariableInstruction(InstructionConstants.OP_IINC, X, -1),
836 new VariableInstruction(InstructionConstants.OP_IINC, X, -2),
846 new VariableInstruction(InstructionConstants.OP_IINC, X, -3),
856 new VariableInstruction(InstructionConstants.OP_IINC, X, -4),
866 new VariableInstruction(InstructionConstants.OP_IINC, X, -5),
2359 new VariableInstruction(InstructionConstants.OP_IINC, X, 0),
/external/proguard/src/proguard/classfile/editor/
DCodeAttributeComposer.java944 composer.appendInstruction(0, new VariableInstruction(InstructionConstants.OP_IINC, 0, 1)); in main()
/external/proguard/src/proguard/evaluation/
DProcessor.java740 case InstructionConstants.OP_IINC: in visitVariableInstruction()