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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/org/objectweb/asm/
H A DFrame.java520 private int outputStackTop; field in class:Frame
598 if (outputStackTop >= n) {
599 int[] t = new int[Math.max(outputStackTop + 1, 2 * n)];
604 outputStack[outputStackTop++] = type;
606 int top = owner.inputStackTop + outputStackTop;
708 if (outputStackTop > 0) {
709 return outputStack[--outputStackTop];
722 if (outputStackTop >= elements) {
723 outputStackTop -= elements;
728 owner.inputStackTop -= elements - outputStackTop;
[all...]

Completed in 30 milliseconds