Searched defs:get_actual_top (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/memory/
H A Dspace.cpp47 HeapWord* DirtyCardToOopClosure::get_actual_top(HeapWord* top, function in class:DirtyCardToOopClosure
146 top = get_actual_top(top, top_obj);
187 HeapWord* ContiguousSpaceDCTOC::get_actual_top(HeapWord* top, function in class:ContiguousSpaceDCTOC
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DheapRegion.hpp106 HeapWord* get_actual_top(HeapWord* top, HeapWord* top_obj) { function in class:HeapRegionDCTOC
107 return ContiguousSpaceDCTOC::get_actual_top(top, top_obj);

Completed in 35 milliseconds