Searched refs:G1OldGenPool (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/services/
H A Dg1MemoryPool.hpp36 // G1OldGenPool. In G1, unlike our other GCs, we do not have a
53 // (G1EdenPool, G1SurvivorPool, G1OldGenPool).
96 class G1OldGenPool : public G1MemoryPoolSuper { class in inherits:G1MemoryPoolSuper
98 G1OldGenPool(G1CollectedHeap* g1h);
H A Dg1MemoryPool.cpp77 G1OldGenPool::G1OldGenPool(G1CollectedHeap* g1h) : function in class:G1OldGenPool
84 MemoryUsage G1OldGenPool::get_memory_usage() {
H A DmemoryService.cpp453 G1OldGenPool* old_gen = new G1OldGenPool(g1h);

Completed in 48 milliseconds