Searched defs:set_bottom (Results 1 - 6 of 6) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1BlockOffsetTable.hpp80 virtual void set_bottom(HeapWord* new_bottom) { function in class:VALUE_OBJ_CLASS_SPEC
245 void set_bottom(HeapWord* new_bottom);
H A DheapRegion.cpp925 void G1OffsetTableContigSpace::set_bottom(HeapWord* new_bottom) { function in class:G1OffsetTableContigSpace
926 Space::set_bottom(new_bottom);
927 _offsets.set_bottom(new_bottom);
/openjdk7/hotspot/src/share/vm/memory/
H A DblockOffsetTable.hpp71 virtual void set_bottom(HeapWord* new_bottom) { function in class:VALUE_OBJ_CLASS_SPEC
238 void set_bottom(HeapWord* new_bottom);
H A Dspace.hpp131 virtual void set_bottom(HeapWord* value) { _bottom = value; } function in class:Space
1092 void set_bottom(HeapWord* value);
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsPromotionLAB.hpp55 void set_bottom(HeapWord* value) { _bottom = value; } function in class:PSPromotionLAB
/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DmutableSpace.hpp75 virtual void set_bottom(HeapWord* value) { _bottom = value; } function in class:MutableSpace

Completed in 1678 milliseconds