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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/org/objectweb/asm/
H A DFrame.java493 int[] inputLocals; field in class:Frame
796 u = dim + inputLocals[u & VALUE];
822 inputLocals = new int[maxLocals];
827 inputLocals[i++] = OBJECT | cw.addType(cw.thisName);
829 inputLocals[i++] = UNINITIALIZED_THIS;
834 inputLocals[i++] = t;
836 inputLocals[i++] = TOP;
840 inputLocals[i++] = TOP;
1281 int nLocal = inputLocals.length;
1283 if (frame.inputLocals
[all...]
H A DMethodWriter.java1556 int[] locals = f.inputLocals;

Completed in 151 milliseconds