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

/openjdk7/jaxp/src/com/sun/org/apache/regexp/internal/
H A DREProgram.java129 int lenAtom = instruction[RE.nodeSize + RE.offsetOpdata];
144 i += (instruction[i + RE.offsetOpdata] * 2);
148 i += instruction[i + RE.offsetOpdata];
H A DREDebugCompiler.java108 int opdata = (int)instruction[node + RE.offsetOpdata];
157 char opdata = instruction[i + RE.offsetOpdata];
H A DRECompiler.java155 instruction[insertAt + RE.offsetOpdata] = (char)opdata;
206 instruction[lenInstruction + RE.offsetOpdata] = (char)opdata;
719 instruction[ret + RE.offsetOpdata] = (char)range.num;
847 instruction[ret + RE.offsetOpdata] = (char)lenAtom;
H A DRE.java389 static final int offsetOpdata = 1; // Opdata offset (second char) field in class:RE
819 opdata = instruction[node + offsetOpdata];

Completed in 1970 milliseconds