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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DsparsePRT.hpp234 bool _expanded; member in class:VALUE_OBJ_CLASS_SPEC
236 bool expanded() { return _expanded; }
237 void set_expanded(bool b) { _expanded = b; }
H A DsparsePRT.cpp443 if (_expanded) {
444 assert(_cur != _next, "if _expanded is true, cur should be != _next");
446 assert(_cur == _next, "if _expanded is false, cur should be == _next");
462 _hr(hr), _expanded(false), _next_expanded(NULL)
519 _expanded = false;

Completed in 31 milliseconds