Searched defs:STACK (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.java97 * LOCAL or STACK. BASE is used for types that are not relative to the input
99 * variable types. STACK is used for types that are relative to the input
101 * the input local variable types. For STACK types, it is a position
119 * STACK type kinds).
143 * @see #STACK
191 private static final int STACK = 0x3000000; field in class:Frame
712 return STACK | -(--owner.inputStackTop);
797 } else if (kind == STACK) {
966 // if t2 is of kind STACK or LOCAL we cannot know its size!
980 // if t2 is of kind STACK o
[all...]

Completed in 30 milliseconds