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

/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsParallelCompact.cpp1856 void PSParallelCompact::summary_phase_msg(SpaceId dst_space_id, argument
1868 dst_space_id, space_names[dst_space_id],
1936 SpaceId dst_space_id = old_space_id; local
1938 HeapWord** new_top_addr = _space_info[dst_space_id].new_top_addr();
1945 NOT_PRODUCT(summary_phase_msg(dst_space_id, *new_top_addr, dst_space_end,
1971 dst_space_id = SpaceId(id);
1974 NOT_PRODUCT(summary_phase_msg(dst_space_id,
H A DpsParallelCompact.hpp1364 static void summary_phase_msg(SpaceId dst_space_id,

Completed in 35 milliseconds