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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectorPolicy.hpp881 evacuation_destination(HeapRegion* src_region, int age, size_t word_sz) { argument
882 if (age < _tenuring_threshold && src_region->is_young()) {
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsParallelCompact.cpp576 ParallelCompactData::summarize_split_space(size_t src_region, argument
583 assert(destination + _region_data[src_region].data_size() > target_end,
587 size_t split_region = src_region;
589 size_t partial_obj_size = _region_data[src_region].partial_obj_size();
593 // src_region that contains the start of the object that overflowed the
598 HeapWord* const overflow_obj = _region_data[src_region].partial_obj_addr();

Completed in 45 milliseconds