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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DheapRegion.cpp557 oops_in_mr_iterate(MemRegion(bottom(), saved_mark_word()), cl);
952 HeapWord* G1OffsetTableContigSpace::saved_mark_word() const { function in class:G1OffsetTableContigSpace
958 return ContiguousSpace::saved_mark_word();
971 // will pick up the right saved_mark_word() as the high water mark
/openjdk7/hotspot/src/share/vm/memory/
H A Dspace.hpp134 virtual HeapWord* saved_mark_word() const { return _saved_mark_word; } function in class:Space
158 return MemRegion(bottom(), saved_mark_word());
822 WaterMark saved_mark() { return WaterMark(this, saved_mark_word()); }
823 bool saved_mark_at_top() const { return saved_mark_word() == top(); }
862 return MemRegion(bottom(), saved_mark_word());
870 return (HeapWord*)obj >= saved_mark_word();

Completed in 27 milliseconds