Searched refs:OP_GOTO (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/regexp/internal/
H A DREDebugCompiler.java54 hashOpcode.put(new Integer(RE.OP_GOTO), "OP_GOTO");
H A DRE.java350 static final char OP_GOTO = 'G'; // nothing but a (back-)pointer field in class:RE
1318 case OP_GOTO:
H A DRECompiler.java1111 setNextOfEnd(ret + RE.nodeSize, node(RE.OP_GOTO, 0)); // to goto
1124 setNextOfEnd(node(RE.OP_GOTO, 0), ret); // one option is to go back to the start

Completed in 28 milliseconds