Searched refs:maxStack (Results 1 - 15 of 15) sorted by relevance

/external/javassist/src/main/javassist/bytecode/
H A DCodeAttribute.java43 private int maxStack; field in class:CodeAttribute
61 maxStack = stack;
82 maxStack = src.getMaxStack();
102 maxStack = in.readUnsignedShort();
168 out.writeShort(maxStack); // max_stack
220 return maxStack;
227 maxStack = value;
238 maxStack = new CodeAnalyzer(this).computeMaxStack();
239 return maxStack;
H A DCodeAnalyzer.java53 int maxStack = 1;
55 if (stack[i] > maxStack)
56 maxStack = stack[i];
58 return maxStack - 1; // the base is 1.
H A DBytecode.java121 int maxStack, maxLocals; field in class:Bytecode
140 maxStack = stacksize;
189 return new CodeAttribute(constPool, maxStack, maxLocals,
210 public int getMaxStack() { return maxStack; }
227 maxStack = size;
441 if (stackDepth > maxStack)
442 maxStack = stackDepth;
H A DClassFileWriter.java389 output.writeBlank(12); // attribute_length, maxStack, maxLocals, code_lenth
447 public void codeEnd(int maxStack, int maxLocals) { argument
449 output.writeShort(startPos + 6, maxStack);
/external/javassist/src/main/javassist/expr/
H A DExpr.java50 int maxLocals, maxStack; field in class:Expr
85 return maxStack;
303 maxStack = bytecode.getMaxStack();
327 maxStack += context.maxStack;
H A DExprEditor.java109 codeAttr.setMaxStack(codeAttr.getMaxStack() + context.maxStack);
158 int maxStack; field in class:ExprEditor.LoopContext
162 maxStack = 0;
170 if (maxStack < stack)
171 maxStack = stack;
H A DHandler.java131 maxStack = b.getMaxStack();
/external/javassist/src/main/javassist/bytecode/analysis/
H A DAnalyzer.java129 int maxStack = codeAttribute.getMaxStack();
140 frames[iter.lookAhead()] = firstFrame(method, maxLocals, maxStack);
233 private Frame firstFrame(MethodInfo method, int maxLocals, int maxStack) { argument
236 Frame first = new Frame(maxLocals, maxStack);
/external/javassist/src/main/javassist/bytecode/stackmap/
H A DTypedBlock.java147 void initFirstBlock(int maxStack, int maxLocals, String className, argument
155 stackTypes = new TypeData[maxStack];
H A DTracer.java39 public Tracer(ClassPool classes, ConstPool cp, int maxStack, int maxLocals, argument
45 stackTypes = new TypeData[maxStack];
/external/proguard/src/proguard/optimize/evaluation/
H A DEvaluationShrinker.java1587 int maxStack = codeAttribute.u2maxStack;
1607 stacksNecessaryAfter[0].length < maxStack)
1609 stacksNecessaryAfter = new boolean[codeLength][maxStack];
1615 for (int index = 0; index < maxStack; index++)
1623 stacksSimplifiedBefore[0].length < maxStack)
1625 stacksSimplifiedBefore = new boolean[codeLength][maxStack];
1631 for (int index = 0; index < maxStack; index++)
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.objectweb.asm_3.2.0.v200909071300.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.repository.tools_2.0.1.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 160 milliseconds