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

/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsParallelCompact.cpp1687 HeapWord* cur_destination = sd.addr_to_region_ptr(cur)->destination(); local
1688 size_t dead_to_right = pointer_delta(space->end(), cur_destination);
1691 cur_destination = sd.addr_to_region_ptr(cur)->destination();
1692 dead_to_right = pointer_delta(space->end(), cur_destination);

Completed in 71 milliseconds