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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectorPolicy.cpp1803 void G1CollectorPolicy::print_collection_set(HeapRegion* list_head, outputStream* st) { argument
1804 assert(list_head == inc_cset_head() || list_head == collection_set(), "must be");
1807 HeapRegion* csr = list_head;
H A Dg1CollectorPolicy.hpp781 void print_collection_set(HeapRegion* list_head, outputStream* st);

Completed in 38 milliseconds