Searched defs:_cur_seg (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/utilities/
H A Dstack.hpp107 inline bool is_empty() const { return this->_cur_seg == NULL; }
161 E* _cur_seg; // Current segment. member in class:Stack
194 bool is_empty() const { return _cur_seg == NULL; }
204 E* _cur_seg; member in class:StackIterator

Completed in 815 milliseconds