Searched defs:HeapRegionLinkedList (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DheapRegionSet.hpp276 //////////////////// HeapRegionLinkedList ////////////////////
286 class HeapRegionLinkedList : public HeapRegionSetBase { class in inherits:HeapRegionSetBase
303 HeapRegionLinkedList(const char* name) : HeapRegionSetBase(name) { function in class:HeapRegionLinkedList
326 void add_as_head(HeapRegionLinkedList* from_list);
331 void add_as_tail(HeapRegionLinkedList* from_list);
352 // regions of a HeapRegionLinkedList instance.
356 HeapRegionLinkedList* _list;
377 HeapRegionLinkedListIterator(HeapRegionLinkedList* list)

Completed in 30 milliseconds