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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DevacuationInfo.hpp48 void set_allocation_regions(uint allocation_regions) { argument
49 _allocation_regions = allocation_regions;
73 uint allocation_regions() { return _allocation_regions; } function in class:EvacuationInfo

Completed in 29 milliseconds