Searched refs:gc_count (Results 1 - 8 of 8) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DvmPSOperations.hpp38 VM_ParallelGCFailedAllocation(size_t size, unsigned int gc_count);
55 unsigned int gc_count,
66 VM_ParallelGCSystemGC(unsigned int gc_count, unsigned int full_gc_count,
H A DvmPSOperations.cpp36 unsigned int gc_count) :
37 VM_GC_Operation(gc_count, GCCause::_allocation_failure),
58 unsigned int gc_count, unsigned int full_gc_count) :
59 VM_GC_Operation(gc_count, GCCause::_allocation_failure, full_gc_count, true /* full */),
79 VM_ParallelGCSystemGC::VM_ParallelGCSystemGC(unsigned int gc_count, argument
82 VM_GC_Operation(gc_count, gc_cause, full_gc_count, true /* full */)
35 VM_ParallelGCFailedAllocation(size_t size, unsigned int gc_count) argument
57 VM_ParallelGCFailedPermanentAllocation(size_t size, unsigned int gc_count, unsigned int full_gc_count) argument
H A DparallelScavengeHeap.cpp412 uint gc_count = 0; local
428 gc_count = Universe::heap()->total_collections();
466 VM_ParallelGCFailedAllocation op(size, gc_count);
626 uint gc_count = 0; local
643 gc_count = Universe::heap()->total_collections();
696 VM_ParallelGCFailedPermanentAllocation op(size, gc_count, full_gc_count);
809 unsigned int gc_count = 0; local
814 gc_count = Universe::heap()->total_collections();
818 VM_ParallelGCSystemGC op(gc_count, full_gc_count, cause);
/openjdk7/jdk/src/share/demo/jvmti/gctest/
H A Dgctest.c57 static int gc_count; variable
71 while (gc_count == 0) {
79 gc_count = 0;
142 gc_count++;
/openjdk7/hotspot/src/share/vm/services/
H A DmemoryManager.hpp178 size_t gc_count() { return _num_collections; } function in class:GCMemoryManager
H A Dmanagement.cpp932 return mgr->gc_count();
/openjdk7/hotspot/src/share/vm/classfile/
H A Ddictionary.cpp153 int gc_count = 0; // leave debugging breadcrumbs local
180 gc_count++;
223 gc_count));
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DconcurrentMarkSweepGeneration.cpp1689 unsigned int gc_count = gch->total_full_collections();
1690 if (gc_count == full_gc_count) {
1696 assert(gc_count > full_gc_count, "Error: causal loop");

Completed in 289 milliseconds