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

/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsParallelCompact.hpp317 _partial_obj_size = (region_sz_t) words;
335 typedef uint region_sz_t; typedef in class:ParallelCompactData::RegionData
340 static const region_sz_t dc_shift; // Shift amount.
341 static const region_sz_t dc_mask; // Mask for destination count.
342 static const region_sz_t dc_one; // 1, shifted appropriately.
343 static const region_sz_t dc_claimed; // Region has been claimed.
344 static const region_sz_t dc_completed; // Region has been completed.
345 static const region_sz_t los_mask; // Mask for live obj size.
350 region_sz_t _partial_obj_size;
351 region_sz_t volatil
[all...]

Completed in 994 milliseconds