Searched refs:top_mark (Results 1 - 3 of 3) sorted by relevance
/openjdk7/hotspot/src/share/vm/memory/ | ||
H A D | generation.inline.hpp | 37 WaterMark OneContigSpaceCardGeneration::top_mark() { function in class:OneContigSpaceCardGeneration 38 return the_space()->top_mark(); |
H A D | generation.hpp | 726 inline WaterMark top_mark(); |
H A D | space.hpp | 821 WaterMark top_mark() { return WaterMark(this, top()); } function in class:ContiguousSpace |
Completed in 100 milliseconds