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

/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsParallelCompact.cpp242 c->data_size(), c->source_region(), c->destination_count());
292 c->data_size(), c->source_region(), c->destination_count());
708 // Compute the destination_count for cur_region, and if necessary, update
713 // The destination_count calculation is a bit subtle. A region that has
717 uint destination_count = 0; local
721 // another destination space. Adjust the initial destination_count and,
724 destination_count = split_info.destination_count();
725 if (destination_count == 2) {
739 destination_count
[all...]
H A DpsParallelCompact.hpp136 unsigned int destination_count() const { return _destination_count; } function in class:SplitInfo
268 // The destination_count is the number of other regions to which data from
270 // values of destination_count are
278 // During compaction as regions are emptied, the destination_count is
283 // destination_count to the claimed value (dc_claimed). After a region has
284 // been filled, the destination_count should be set to the completed value
286 inline uint destination_count() const;
498 ParallelCompactData::RegionData::destination_count() const function in class:ParallelCompactData::RegionData

Completed in 42 milliseconds