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

/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsParallelCompact.hpp389 size_t region_count() const { return _region_count; }
484 size_t _region_count; member in class:ParallelCompactData
650 assert(region <= _region_count, "region out of range");
664 assert(region <= _region_count, "region out of range");
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectedHeap.cpp6491 uint _region_count; member in class:VerifyRegionListsClosure
6498 _free_list(free_list), _region_count(0) { }
6500 uint region_count() { return _region_count; }
6503 _region_count += 1;

Completed in 51 milliseconds