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

/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsParallelCompact.hpp287 inline uint destination_count_raw() const;
492 ParallelCompactData::RegionData::destination_count_raw() const function in class:ParallelCompactData::RegionData
500 return destination_count_raw() >> dc_shift;
536 _dc_and_los = destination_count_raw() | (region_sz_t)words;

Completed in 33 milliseconds