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

/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/
H A DVariableStack.java88 private int _currentFrameBottom; field in class:VariableStack
150 _currentFrameBottom = sf;
162 return _currentFrameBottom;
183 _currentFrameBottom = _frameTop;
204 _links[_linksTop++] = _currentFrameBottom;
206 return _currentFrameBottom;
216 _currentFrameBottom = _links[_linksTop - 1];
228 _currentFrameBottom = currentFrame;
242 _stackFrames[index + _currentFrameBottom] = val;
278 index += _currentFrameBottom;
[all...]

Completed in 86 milliseconds