Searched refs:increment_total_collections (Results 1 - 7 of 7) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_interface/
H A DcollectedHeap.hpp558 void increment_total_collections(bool full = false) { function in class:CollectedHeap
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsMarkSweep.cpp133 heap->increment_total_collections(true /* full */);
H A DpsScavenge.cpp299 heap->increment_total_collections();
H A DpsParallelCompact.cpp1023 heap->increment_total_collections(true);
/openjdk7/hotspot/src/share/vm/memory/
H A DgenCollectedHeap.cpp484 increment_total_collections(complete);
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectedHeap.cpp1338 increment_total_collections(true /* full gc */);
3894 increment_total_collections(false /* full gc */);
H A DconcurrentMark.cpp2006 g1h->increment_total_collections();

Completed in 91 milliseconds