Searched refs:OP_IINC (Results 1 – 6 of 6) sorted by relevance
/external/proguard/src/proguard/classfile/instruction/ |
D | VariableInstruction.java | 149 opcode == InstructionConstants.OP_IINC; in isStore() 356 return opcode != InstructionConstants.OP_IINC ? 0 : in constantSize() 367 return opcode != InstructionConstants.OP_IINC ? 0 : in requiredConstantSize()
|
D | InstructionConstants.java | 162 public static final byte OP_IINC = -124; field
|
D | InstructionFactory.java | 248 case InstructionConstants.OP_IINC: in create()
|
/external/proguard/src/proguard/optimize/peephole/ |
D | InstructionSequenceConstants.java | 786 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/ |
D | CodeAttributeComposer.java | 944 composer.appendInstruction(0, new VariableInstruction(InstructionConstants.OP_IINC, 0, 1)); in main()
|
/external/proguard/src/proguard/evaluation/ |
D | Processor.java | 740 case InstructionConstants.OP_IINC: in visitVariableInstruction()
|