Searched defs:G1EdenPool (Results 1 - 2 of 2) 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() {

Completed in 60 milliseconds