Searched refs:total_full_collections (Results 1 - 9 of 9) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DvmCMSOperations.cpp235 assert(_full_gc_count_before <= gch->total_full_collections(), "Error");
236 if (gch->total_full_collections() == _full_gc_count_before) {
246 assert(_full_gc_count_before < gch->total_full_collections(), "Error");
H A DconcurrentMarkSweepGeneration.cpp1689 unsigned int gc_count = gch->total_full_collections();
2226 _collection_count_start = gch->total_full_collections();
/openjdk7/hotspot/src/share/vm/memory/
H A DpermGen.cpp98 full_gc_count_before = SharedHeap::heap()->total_full_collections();
H A DgenCollectedHeap.cpp842 unsigned int full_gc_count_before = total_full_collections();
881 unsigned int full_gc_count_before = total_full_collections();
H A Duniverse.cpp1349 heap()->total_full_collections());
1360 heap()->total_full_collections());
/openjdk7/hotspot/src/share/vm/runtime/
H A DinterfaceSupport.cpp104 unsigned int invocations = Universe::heap()->total_full_collections();
125 unsigned int invocations = Universe::heap()->total_collections() - Universe::heap()->total_full_collections();
/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DvmGCOperations.cpp90 skip = (_full_gc_count_before != Universe::heap()->total_full_collections());
/openjdk7/hotspot/src/share/vm/gc_interface/
H A DcollectedHeap.hpp554 unsigned int total_full_collections() const { return _total_full_collections;} function in class:CollectedHeap
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DparallelScavengeHeap.cpp644 full_gc_count = Universe::heap()->total_full_collections();
815 full_gc_count = Universe::heap()->total_full_collections();

Completed in 75 milliseconds