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

/openjdk7/hotspot/src/share/vm/adlc/
H A Dforms.hpp261 int _justReset2; member in class:FormList
276 Form * iter2() { if (_justReset2) _justReset2 = 0;
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 32 milliseconds