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

/openjdk7/hotspot/src/share/vm/adlc/
H A Dforms.hpp260 Form *_cur2; // Nested iterator member in class:FormList
275 Form * current2(){ return _cur2; };
277 else if (_cur2) _cur2 = _cur2->_next;
278 return _cur2;};
279 void reset2() { if (_root) {_cur2 = _root; _justReset2 = 1;} };
315 FormList() { _justReset = 1; _justReset2 = 1; _root = NULL; _tail = NULL; _cur = NULL; _cur2 = NULL;};

Completed in 30 milliseconds