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

/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsParallelCompact.hpp146 HeapWord* first_src_addr() const { return _first_src_addr; }
162 HeapWord* _first_src_addr; member in class:SplitInfo
H A DpsParallelCompact.cpp152 assert(_first_src_addr == NULL, "should have been cleared");
167 _first_src_addr = sd.region_to_addr(src_region_idx);
177 _first_src_addr = sd.region_to_addr(src_region_idx) + ofs;
188 _first_src_addr = NULL;
200 assert(_first_src_addr == NULL, "not clear");

Completed in 86 milliseconds