Searched refs:_allocation_regions (Results 1 - 1 of 1) sorted by relevance

/openjdk9/hotspot/src/share/vm/gc/g1/
H A DevacuationInfo.hpp32 uint _allocation_regions; member in class:EvacuationInfo
40 EvacuationInfo() : _collectionset_regions(0), _allocation_regions(0), _collectionset_used_before(0),
49 _allocation_regions = allocation_regions;
73 uint allocation_regions() { return _allocation_regions; }

Completed in 38 milliseconds