Searched defs:full_gc_count_before (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/src/share/vm/memory/
H A DpermGen.cpp55 unsigned int gc_count_before, full_gc_count_before; local
98 full_gc_count_before = SharedHeap::heap()->total_full_collections();
102 VM_GenCollectForPermanentAllocation op(size, gc_count_before, full_gc_count_before,
H A DgenCollectedHeap.cpp842 unsigned int full_gc_count_before = total_full_collections(); local
845 VM_GenCollectFull op(gc_count_before, full_gc_count_before,
881 unsigned int full_gc_count_before = total_full_collections(); local
885 VM_GenCollectFullConcurrent op(gc_count_before, full_gc_count_before, cause);
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DvmCMSOperations.hpp134 unsigned int full_gc_count_before,
136 : VM_GC_Operation(gc_count_before, gc_cause, full_gc_count_before, true /* full */),
133 VM_GenCollectFullConcurrent(unsigned int gc_count_before, unsigned int full_gc_count_before, GCCause::Cause gc_cause) argument
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dvm_operations_g1.hpp57 unsigned int full_gc_count_before,
59 : VM_GC_Operation(gc_count_before, cause, full_gc_count_before) { }
56 VM_G1CollectFull(unsigned int gc_count_before, unsigned int full_gc_count_before, GCCause::Cause cause) argument
/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DvmGCOperations.hpp89 unsigned int full_gc_count_before = 0,
100 _full_gc_count_before = full_gc_count_before;
186 unsigned int full_gc_count_before,
189 : VM_GC_Operation(gc_count_before, gc_cause, full_gc_count_before, true /* full */),
203 unsigned int full_gc_count_before,
205 : VM_GC_Operation(gc_count_before, gc_cause, full_gc_count_before, true),
185 VM_GenCollectFull(unsigned int gc_count_before, unsigned int full_gc_count_before, GCCause::Cause gc_cause, int max_level) argument
201 VM_GenCollectForPermanentAllocation(size_t size, unsigned int gc_count_before, unsigned int full_gc_count_before, GCCause::Cause gc_cause) argument

Completed in 34 milliseconds