Searched refs:create_perm_gen_summary (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_interface/
H A DcollectedHeap.cpp99 PermGenSummary CollectedHeap::create_perm_gen_summary() { function in class:CollectedHeap
126 const PermGenSummary& perm_summary = create_perm_gen_summary();
H A DcollectedHeap.hpp637 PermGenSummary create_perm_gen_summary();
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DparallelScavengeHeap.cpp991 const PermGenSummary& perm_gen_summary = create_perm_gen_summary();
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DconcurrentMarkSweepGeneration.cpp2463 _last_perm_gen_summary = gch->create_perm_gen_summary();

Completed in 55 milliseconds