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

/openjdk7/jaxp/src/com/sun/org/apache/regexp/internal/
H A DREProgram.java122 int next = instruction[0 + RE.offsetNext];
H A DRECompiler.java156 instruction[insertAt + RE.offsetNext] = 0;
168 int next = instruction[node + RE.offsetNext];
183 next = instruction[node + RE.offsetNext];
189 instruction[node + RE.offsetNext] = (char)(short)(pointTo - node);
207 instruction[lenInstruction + RE.offsetNext] = 0;
1287 int nextNodeOffset = instruction[ currentNode + RE.offsetNext ];
1296 nextNodeOffset = instruction[ currentNode + RE.offsetNext ];
H A DREDebugCompiler.java158 short next = (short)instruction[i + RE.offsetNext];
H A DRE.java390 static final int offsetNext = 2; // Next index offset (third char) field in class:RE
818 next = node + (short)instruction[node + offsetNext];
1308 nextBranch = (short)instruction[node + offsetNext];

Completed in 29 milliseconds