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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectorPolicy.hpp506 HeapRegion* _inc_cset_head; member in class:G1CollectorPolicy
740 HeapRegion* inc_cset_head() { return _inc_cset_head; }
753 _inc_cset_head = NULL;
H A Dg1CollectorPolicy.cpp140 _inc_cset_head(NULL),
1641 _inc_cset_head = NULL;
1777 assert(_inc_cset_head == NULL, "invariant");
1778 _inc_cset_head = hr;
1794 hr->set_next_in_collection_set(_inc_cset_head);
1795 if (_inc_cset_head == NULL) {
1799 _inc_cset_head = hr;
1954 _collection_set = _inc_cset_head;

Completed in 38 milliseconds