Searched refs:OP_ATOM (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/regexp/internal/
H A DREProgram.java126 if (lenInstruction >= (RE.nodeSize * 2) && instruction[RE.nodeSize + RE.offsetOpcode] == RE.OP_ATOM)
147 case RE.OP_ATOM:
H A DREDebugCompiler.java49 hashOpcode.put(new Integer(RE.OP_ATOM), "OP_ATOM");
206 if (opcode == RE.OP_ATOM)
H A DRE.java340 static final char OP_ATOM = 'A'; // length/string length of string followed by string itself field in class:RE
1080 case OP_ATOM:
H A DRECompiler.java739 int ret = node(RE.OP_ATOM, 0);

Completed in 36 milliseconds