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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectorPolicy.hpp740 HeapRegion* inc_cset_head() { return _inc_cset_head; } function in class:G1CollectorPolicy
H A Dg1CollectedHeap.cpp1374 abandon_collection_set(g1_policy()->inc_cset_head());
3938 g1_policy()->print_collection_set(g1_policy()->inc_cset_head(), gclog_or_tty);
3969 g1_policy()->print_collection_set(g1_policy()->inc_cset_head(), gclog_or_tty);
4086 g1_policy()->print_collection_set(g1_policy()->inc_cset_head(), gclog_or_tty);
H A Dg1CollectorPolicy.cpp1804 assert(list_head == inc_cset_head() || list_head == collection_set(), "must be");

Completed in 2064 milliseconds