Searched refs:bottom_mark (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/src/share/vm/memory/
H A Dgeneration.inline.hpp58 WaterMark OneContigSpaceCardGeneration::bottom_mark() { function in class:OneContigSpaceCardGeneration
59 return the_space()->bottom_mark();
H A Dgeneration.hpp727 inline WaterMark bottom_mark();
H A Dgeneration.cpp660 _last_gc = the_space()->bottom_mark();
H A Dspace.cpp731 WaterMark bm = bottom_mark();
H A Dspace.hpp820 WaterMark bottom_mark() { return WaterMark(this, bottom()); } function in class:ContiguousSpace

Completed in 1429 milliseconds