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

/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsParallelCompact.hpp141 HeapWord* dest_region_addr() const { return _dest_region_addr; }
161 HeapWord* _dest_region_addr; member in class:SplitInfo
H A DpsParallelCompact.cpp151 assert(_dest_region_addr == NULL, "should have been cleared");
166 _dest_region_addr = end_region_addr;
174 _dest_region_addr = end_region_addr;
187 _dest_region_addr = NULL;
199 assert(_dest_region_addr == NULL, "not clear");

Completed in 46 milliseconds