Searched refs:outputLocals (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.java503 private int[] outputLocals; field in class:Frame
551 if (outputLocals == null || local >= outputLocals.length) {
556 int type = outputLocals[local];
560 type = outputLocals[local] = LOCAL | local;
574 if (outputLocals == null) {
575 outputLocals = new int[10];
577 int n = outputLocals.length;
580 System.arraycopy(outputLocals, 0, t, 0, n);
581 outputLocals
[all...]

Completed in 294 milliseconds