Searched defs:appendInstruction (Results 1 - 2 of 2) sorted by relevance

/external/proguard/src/proguard/classfile/editor/
H A DCodeAttributeComposer.java167 public void appendInstruction(int oldInstructionOffset, method in class:CodeAttributeComposer
831 composer.appendInstruction(0, new SimpleInstruction(InstructionConstants.OP_ICONST_0));
832 composer.appendInstruction(1, new VariableInstruction(InstructionConstants.OP_ISTORE, 0));
833 composer.appendInstruction(2, new BranchInstruction(InstructionConstants.OP_GOTO, 1));
836 composer.appendInstruction(0, new VariableInstruction(InstructionConstants.OP_IINC, 0, 1));
837 composer.appendInstruction(1, new VariableInstruction(InstructionConstants.OP_ILOAD, 0));
838 composer.appendInstruction(2, new SimpleInstruction(InstructionConstants.OP_ICONST_5));
839 composer.appendInstruction(3, new BranchInstruction(InstructionConstants.OP_IFICMPLT, -3));
842 composer.appendInstruction(3, new SimpleInstruction(InstructionConstants.OP_RETURN));
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/evaluation/Stack.class Stack.java package proguard ...

Completed in 93 milliseconds