Searched refs:allocation_regions (Results 1 - 2 of 2) 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
/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DgcTraceSend.cpp145 e.set_allocationRegions(info->allocation_regions());

Completed in 30 milliseconds