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

/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/
H A DVariableStack.java67 vs._stackFrames = (XObject[]) _stackFrames.clone();
77 XObject[] _stackFrames = new XObject[XPathContext.RECURSIONLIMIT * 2]; field in class:VariableStack
80 * The top of the stack frame (<code>_stackFrames</code>).
86 * The bottom index of the current frame (relative to <code>_stackFrames</code>).
113 return _stackFrames[i];
141 _stackFrames = new XObject[_stackFrames.length];
187 if (_frameTop >= _stackFrames.length)
189 XObject newsf[] = new XObject[_stackFrames
[all...]

Completed in 97 milliseconds