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

/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsParallelCompact.hpp83 // PSParallelCompact::first_src_addr()).
146 HeapWord* first_src_addr() const { return _first_src_addr; } function in class:SplitInfo
1279 static HeapWord* first_src_addr(HeapWord* const dest_addr,
H A DpsParallelCompact.cpp3157 HeapWord* PSParallelCompact::first_src_addr(HeapWord* const dest_addr, function in class:PSParallelCompact
3167 return split_info.first_src_addr();
3350 closure.set_source(first_src_addr(dest_addr, src_space_id, src_region_idx));

Completed in 45 milliseconds