Searched refs:remove_head (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DheapRegionSet.inline.hpp138 inline HeapRegion* HeapRegionLinkedList::remove_head() { function in class:HeapRegionLinkedList
161 return remove_head();
H A DheapRegionSet.hpp318 inline HeapRegion* remove_head();
H A DconcurrentMark.cpp2041 HeapRegion* hr = _cleanup_list.remove_head();
H A Dg1CollectedHeap.cpp546 HeapRegion* res = _free_list.remove_head();
610 // it would probably be OK to use remove_head(). But the extra

Completed in 1252 milliseconds