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

/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsParallelCompact.hpp136 unsigned int destination_count() const { return _destination_count; }
160 unsigned int _destination_count; member in class:SplitInfo
H A DpsParallelCompact.cpp162 _destination_count = 1;
173 _destination_count = 2;
186 _destination_count = 0;
198 assert(_destination_count == 0, "not clear");

Completed in 46 milliseconds