Searched refs:STACK (Results 1 - 4 of 4) 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...]
/openjdk7/jdk/test/tools/pack200/pack200-verifier/src/xmlkit/
H A DClassReader.java856 final int LOCALS = 0, STACK = 1;
857 for (int j = LOCALS; j <= STACK; j++) {
861 } else { // STACK
H A DClassWriter.java680 final int LOCALS = 0, STACK = 1;
681 for (int j = LOCALS; j <= STACK; j++) {
690 } else { // STACK
/openjdk7/jdk/make/common/
H A DProgram.gmk184 $(LINK) -out:$@ /STACK:$(STACK_SIZE) \

Completed in 36 milliseconds