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

/external/apache-xml/src/main/java/org/apache/xpath/
H A DVariableStack.java76 vs._stackFrames = (XObject[]) _stackFrames.clone();
86 XObject[] _stackFrames; field in class:VariableStack
89 * The top of the stack frame (<code>_stackFrames</code>).
95 * The bottom index of the current frame (relative to <code>_stackFrames</code>).
122 return _stackFrames[i];
145 int varArraySize = (_stackFrames == null) ? XPathContext.RECURSIONLIMIT * 2
146 : _stackFrames.length;
169 // Get a clean _stackFrames array and discard the old one.
170 _stackFrames
[all...]

Completed in 82 milliseconds