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

/openjdk7/jaxp/src/com/sun/org/apache/regexp/internal/
H A DREDebugCompiler.java40 hashOpcode.put(new Integer(RE.OP_RELUCTANTSTAR), "OP_RELUCTANTSTAR");
H A DRE.java352 static final char OP_RELUCTANTSTAR = '8'; // none/expr reluctant '*' (mnemonic for char is unshifted '*') field in class:RE
849 case OP_RELUCTANTSTAR:
H A DRECompiler.java1144 nodeInsert(RE.OP_RELUCTANTSTAR, 0, ret);

Completed in 36 milliseconds