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; } function in class:ParallelCompactData
607 assert(region_idx <= region_count(), "bad arg");
615 assert(region_ptr <= _region_data + region_count(), "bad arg");
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectedHeap.cpp6500 uint region_count() { return _region_count; } function in class:VerifyRegionListsClosure

Completed in 53 milliseconds