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

/openjdk7/hotspot/src/share/vm/services/
H A Dg1MemoryPool.hpp35 // pools of the G1 spaces: G1EdenPool, G1SurvivorPool, and
53 // (G1EdenPool, G1SurvivorPool, G1OldGenPool).
68 class G1EdenPool : public G1MemoryPoolSuper { class in inherits:G1MemoryPoolSuper
70 G1EdenPool(G1CollectedHeap* g1h);
H A Dg1MemoryPool.cpp45 G1EdenPool::G1EdenPool(G1CollectedHeap* g1h) : function in class:G1EdenPool
52 MemoryUsage G1EdenPool::get_memory_usage() {
H A DmemoryService.cpp438 G1EdenPool* eden = new G1EdenPool(g1h);

Completed in 1851 milliseconds