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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DheapRegionSets.cpp42 const char* FreeRegionList::verify_region_extra(HeapRegion* hr) { function in class:FreeRegionList
48 return HeapRegionLinkedList::verify_region_extra(hr);
53 const char* MasterFreeRegionList::verify_region_extra(HeapRegion* hr) { function in class:MasterFreeRegionList
60 return FreeRegionList::verify_region_extra(hr);
101 const char* OldRegionSet::verify_region_extra(HeapRegion* hr) { function in class:OldRegionSet
107 return HeapRegionSet::verify_region_extra(hr);
143 const char* HumongousRegionSet::verify_region_extra(HeapRegion* hr) { function in class:HumongousRegionSet
149 return HeapRegionSet::verify_region_extra(hr);
H A DheapRegionSet.hpp104 // each set can override verify_region_extra(), which is called
107 virtual const char* verify_region_extra(HeapRegion* hr) { return NULL; } function in class:VALUE_OBJ_CLASS_SPEC
240 virtual const char* verify_region_extra(HeapRegion* hr) { function in class:HeapRegionSet
245 return HeapRegionSetBase::verify_region_extra(hr);

Completed in 331 milliseconds