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

/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsParallelCompact.cpp1546 _space_info[id].new_top_addr());
1583 HeapWord** nta = _space_info[id].new_top_addr();
1703 HeapWord** nta = _space_info[i].new_top_addr();
1834 _space_info[id].new_top_addr());
1938 HeapWord** new_top_addr = _space_info[dst_space_id].new_top_addr(); local
1943 const size_t available = pointer_delta(dst_space_end, *new_top_addr);
1945 NOT_PRODUCT(summary_phase_msg(dst_space_id, *new_top_addr, dst_space_end,
1952 *new_top_addr, dst_space_end,
1953 new_top_addr);
2778 HeapWord* new_top_addr = sd.region_align_up(si.new_top()); local
[all...]
H A DpsParallelCompact.hpp180 HeapWord** new_top_addr() { return &_new_top; } function in class:SpaceInfo

Completed in 339 milliseconds