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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DheapRegionSet.inline.hpp157 inline HeapRegion* HeapRegionLinkedList::remove_head_or_null() { function in class:HeapRegionLinkedList
H A DheapRegionSet.hpp321 inline HeapRegion* remove_head_or_null();
H A Dg1CollectedHeap.cpp586 res = _free_list.remove_head_or_null();
613 // use remove_head_or_null().
614 res = _free_list.remove_head_or_null();

Completed in 129 milliseconds