Searched refs:u2maxStack (Results 1 - 9 of 9) sorted by relevance

/external/proguard/src/proguard/classfile/editor/
H A DStackSizeUpdater.java52 codeAttribute.u2maxStack = stackSizeComputer.getMaxStackSize();
H A DAttributeAdder.java244 codeAttribute.u2maxStack,
/external/proguard/src/proguard/classfile/attribute/
H A DCodeAttribute.java35 public int u2maxStack; field in class:CodeAttribute
57 int u2maxStack,
68 this.u2maxStack = u2maxStack;
56 CodeAttribute(int u2attributeNameIndex, int u2maxStack, int u2maxLocals, int u4codeLength, byte[] code, int u2exceptionTableLength, ExceptionInfo[] exceptionTable, int u2attributesCount, Attribute[] attributes) argument
/external/proguard/src/proguard/optimize/evaluation/
H A DPartialEvaluator.java207 System.out.println(" Max stack = "+codeAttribute.u2maxStack);
212 TracedStack stack = new TracedStack(codeAttribute.u2maxStack);
1031 TracedStack stack = new TracedStack(codeAttribute.u2maxStack);
1143 stacksBefore[index].reset(codeAttribute.u2maxStack);
1153 stacksAfter[index].reset(codeAttribute.u2maxStack);
H A DEvaluationShrinker.java1587 int maxStack = codeAttribute.u2maxStack;
/external/proguard/src/proguard/classfile/io/
H A DProgramClassWriter.java352 dataOutput.writeShort(codeAttribute.u2maxStack);
H A DProgramClassReader.java358 codeAttribute.u2maxStack = dataInput.readUnsignedShort();
/external/proguard/src/proguard/classfile/visitor/
H A DClassPrinter.java463 ", stack = "+ codeAttribute.u2maxStack + "):");
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/evaluation/Stack.class Stack.java package proguard ...

Completed in 4642 milliseconds