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

/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsMarkSweepDecorator.hpp71 void set_compaction_top(HeapWord* value) { _compaction_top = value; } function in class:PSMarkSweepDecorator
H A DpsMarkSweepDecorator.cpp91 set_compaction_top(space()->bottom());
143 dest->set_compaction_top(compact_top);
204 dest->set_compaction_top(compact_top);
280 dest->set_compaction_top(compact_top);
/openjdk7/hotspot/src/share/vm/memory/
H A Dspace.hpp414 void set_compaction_top(HeapWord* value) { function in class:CompactibleSpace
516 set_compaction_top(bottom()); \
524 cp->space->set_compaction_top(compact_top); \
627 cp->space->set_compaction_top(compact_top); \
H A Dspace.cpp372 set_compaction_top(bottom());
389 cp->space->set_compaction_top(compact_top);
398 cp->space->set_compaction_top(compact_top);
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DcompactibleFreeListSpace.cpp186 cp->space->set_compaction_top(compact_top);
195 cp->space->set_compaction_top(compact_top);

Completed in 47 milliseconds