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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/org/objectweb/asm/
H A DMethodVisitor.java148 * with single value on the stack (<code>nStack</code> is 1 and
177 * @param nStack the number of operand stack elements in the visited frame.
185 int nStack,
181 visitFrame( int type, int nLocal, Object[] local, int nStack, Object[] stack) argument
H A DMethodWriter.java300 * nStack, frame[3] = nLocal. All types are encoded as integers, with the
574 final int nStack,
582 startFrame(code.length, nLocal, nStack);
595 for (int i = 0; i < nStack; ++i) {
625 stackMap.putShort(nStack);
626 for (int i = 0; i < nStack; ++i) {
1555 int nStack = 0;
1576 ++nStack;
1582 startFrame(f.owner.position, nLocal, nStack);
1606 * @param nStack th
570 visitFrame( final int type, final int nLocal, final Object[] local, final int nStack, final Object[] stack) argument
1608 startFrame(final int offset, final int nLocal, final int nStack) argument
[all...]

Completed in 37 milliseconds