Searched refs:prepare_for_compaction (Results 1 - 10 of 10) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1MarkSweep.cpp228 hr->prepare_for_compaction(&_cp);
265 hr->prepare_for_compaction(&_cp);
306 pg->prepare_for_compaction(&perm_cp);
/openjdk7/hotspot/src/share/vm/memory/
H A DgenMarkSweep.cpp348 gch->prepare_for_compaction();
352 pg->prepare_for_compaction(&perm_cp);
H A DgenCollectedHeap.hpp530 void prepare_for_compaction();
H A Dgeneration.cpp353 void Generation::prepare_for_compaction(CompactPoint* cp) { function in class:Generation
357 space->prepare_for_compaction(cp);
H A Dgeneration.hpp443 virtual void prepare_for_compaction(CompactPoint* cp);
H A Dspace.cpp446 void CompactibleSpace::prepare_for_compaction(CompactPoint* cp) { function in class:CompactibleSpace
451 void ContiguousSpace::prepare_for_compaction(CompactPoint* cp) { function in class:ContiguousSpace
H A Dspace.hpp446 virtual void prepare_for_compaction(CompactPoint* cp);
635 HeapWord* t = _end_of_live; /* Established by "prepare_for_compaction". */ \
947 void prepare_for_compaction(CompactPoint* cp);
H A DgenCollectedHeap.cpp1212 void GenCollectedHeap::prepare_for_compaction() { function in class:GenCollectedHeap
1217 scanning_gen->prepare_for_compaction(&cp);
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DcompactibleFreeListSpace.hpp484 void prepare_for_compaction(CompactPoint* cp);
H A DcompactibleFreeListSpace.cpp1096 // assertion may fail because prepare_for_compaction() uses
2120 void CompactibleFreeListSpace::prepare_for_compaction(CompactPoint* cp) { function in class:CompactibleFreeListSpace
2122 // prepare_for_compaction() uses the space between live objects
2138 // See note about verification in prepare_for_compaction().

Completed in 68 milliseconds