Searched refs:verify_region_extra (Results 1 - 4 of 4) 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 DheapRegionSets.hpp34 virtual const char* verify_region_extra(HeapRegion* hr);
47 virtual const char* verify_region_extra(HeapRegion* hr);
68 virtual const char* verify_region_extra(HeapRegion* hr);
92 virtual const char* verify_region_extra(HeapRegion* 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);
H A DheapRegionSet.cpp76 const char* extra_error_message = verify_region_extra(hr);

Completed in 437 milliseconds