Searched defs:set_compaction_top (Results 1 - 2 of 2) 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
/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); \

Completed in 32 milliseconds