Searched refs:outputStack (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.java508 private int[] outputStack; field in class:Frame
518 * actual number of types in {@link #outputStack}.
594 if (outputStack == null) {
595 outputStack = new int[10];
597 int n = outputStack.length;
600 System.arraycopy(outputStack, 0, t, 0, n);
601 outputStack = t;
604 outputStack[outputStackTop++] = type;
709 return outputStack[--outputStackTop];
1340 s = outputStack[
[all...]

Completed in 37 milliseconds