Searched refs:gc_prologue (Results 1 - 25 of 25) sorted by relevance

/openjdk7/hotspot/src/share/vm/memory/
H A DtenuredGeneration.hpp43 // These are gathered in the gc_prologue (and should_collect)
85 virtual void gc_prologue(bool full);
H A DsharedHeap.hpp286 virtual void gc_prologue(bool full) = 0;
H A DgenMarkSweep.cpp89 CodeCache::gc_prologue();
90 Threads::gc_prologue();
H A DdefNewGeneration.hpp285 virtual void gc_prologue(bool full);
H A DgenCollectedHeap.hpp548 virtual void gc_prologue(bool full);
H A DgenCollectedHeap.cpp483 gc_prologue(complete);
1309 gen->gc_prologue(_full);
1314 void GenCollectedHeap::gc_prologue(bool full) { function in class:GenCollectedHeap
1327 perm_gen()->gc_prologue(full);
H A Dgeneration.hpp400 virtual void gc_prologue(bool full) {}; function in class:Generation
H A DheapInspection.cpp278 sh->gc_prologue(false /* !full */); // get any necessary locks, etc.
H A DtenuredGeneration.cpp244 void TenuredGeneration::gc_prologue(bool full) { function in class:TenuredGeneration
H A DdefNewGeneration.cpp1046 void DefNewGeneration::gc_prologue(bool full) { function in class:DefNewGeneration
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1MarkSweep.cpp77 CodeCache::gc_prologue();
78 Threads::gc_prologue();
H A Dg1CollectedHeap.hpp686 virtual void gc_prologue(bool full);
H A Dg1CollectedHeap.cpp1337 gc_prologue(true);
3612 void G1CollectedHeap::gc_prologue(bool full /* Ignored */) { function in class:G1CollectedHeap
3893 gc_prologue(false);
/openjdk7/hotspot/src/share/vm/code/
H A DcodeCache.hpp131 static void gc_prologue();
H A DcodeCache.cpp532 void CodeCache::gc_prologue() { function in class:CodeCache
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsMarkSweep.cpp185 CodeCache::gc_prologue();
186 Threads::gc_prologue();
H A DpsParallelCompact.cpp2104 CodeCache::gc_prologue();
2105 Threads::gc_prologue();
/openjdk7/hotspot/src/share/vm/runtime/
H A Dframe.hpp432 void gc_prologue();
H A Dthread.hpp1403 void gc_prologue();
1900 static void gc_prologue();
H A Dthread.cpp2669 static void frame_gc_prologue(frame* f, const RegisterMap* map) { f->gc_prologue(); }
2671 void JavaThread::gc_prologue() {
4189 void Threads::gc_prologue() {
4191 p->gc_prologue();
H A Dframe.cpp1151 void frame::gc_prologue() { function in class:frame
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DcompactibleFreeListSpace.hpp430 void gc_prologue();
H A DconcurrentMarkSweepGeneration.hpp941 void gc_prologue(bool full);
1248 void gc_prologue(bool full);
H A DconcurrentMarkSweepGeneration.cpp2645 void CMSCollector::gc_prologue(bool full) {
2663 // We have already been invoked; this is a gc_prologue delegation
2691 void ConcurrentMarkSweepGeneration::gc_prologue(bool full) {
2695 collector()->gc_prologue(full);
2700 // GenCollectedHeap, which calls the "public" gc_prologue method above).
2709 cmsSpace()->gc_prologue();
3159 // Locks are normally acquired/released in gc_prologue/gc_epilogue, but those
3172 // Locks are normally acquired/released in gc_prologue/gc_epilogue, but those
3641 " or no bits are set in the gc_prologue before the start of the next "
4980 CodeCache::gc_prologue();
[all...]
H A DcompactibleFreeListSpace.cpp1960 CompactibleFreeListSpace::gc_prologue() { function in class:CompactibleFreeListSpace

Completed in 388 milliseconds