Home
last modified time | relevance | path

Searched refs:G1EdenPool (Results 1 – 25 of 30) sorted by relevance

12

/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/gc/g1/
H A Dg1MemoryPool.cpp43 G1EdenPool::G1EdenPool(G1CollectedHeap* g1h, size_t initial_size) : in G1EdenPool() function in G1EdenPool
50 MemoryUsage G1EdenPool::get_memory_usage() { in get_memory_usage()
H A Dg1MemoryPool.hpp67 class G1EdenPool : public G1MemoryPoolSuper { class
69 G1EdenPool(G1CollectedHeap* g1h, size_t initial_size);
H A Dg1MonitoringSupport.cpp192 _eden_space_pool = new G1EdenPool(_g1h, _eden_space_committed); in initialize_serviceability()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/gc/g1/
H A Dg1MemoryPool.cpp43 G1EdenPool::G1EdenPool(G1CollectedHeap* g1h, size_t initial_size) : in G1EdenPool() function in G1EdenPool
50 MemoryUsage G1EdenPool::get_memory_usage() { in get_memory_usage()
H A Dg1MemoryPool.hpp67 class G1EdenPool : public G1MemoryPoolSuper { class
69 G1EdenPool(G1CollectedHeap* g1h, size_t initial_size);
H A Dg1MonitoringSupport.cpp192 _eden_space_pool = new G1EdenPool(_g1h, _eden_space_committed); in initialize_serviceability()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/gc/g1/
H A Dg1MemoryPool.cpp43 G1EdenPool::G1EdenPool(G1CollectedHeap* g1h, size_t initial_size) : in G1EdenPool() function in G1EdenPool
50 MemoryUsage G1EdenPool::get_memory_usage() { in get_memory_usage()
H A Dg1MemoryPool.hpp67 class G1EdenPool : public G1MemoryPoolSuper { class
69 G1EdenPool(G1CollectedHeap* g1h, size_t initial_size);
H A Dg1MonitoringSupport.cpp192 _eden_space_pool = new G1EdenPool(_g1h, _eden_space_committed); in initialize_serviceability()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/gc/g1/
H A Dg1MemoryPool.cpp43 G1EdenPool::G1EdenPool(G1CollectedHeap* g1h, size_t initial_size) : in G1EdenPool() function in G1EdenPool
50 MemoryUsage G1EdenPool::get_memory_usage() { in get_memory_usage()
H A Dg1MemoryPool.hpp67 class G1EdenPool : public G1MemoryPoolSuper { class
69 G1EdenPool(G1CollectedHeap* g1h, size_t initial_size);
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/gc/g1/
H A Dg1MemoryPool.cpp43 G1EdenPool::G1EdenPool(G1CollectedHeap* g1h, size_t initial_size) : in G1EdenPool() function in G1EdenPool
50 MemoryUsage G1EdenPool::get_memory_usage() { in get_memory_usage()
H A Dg1MemoryPool.hpp67 class G1EdenPool : public G1MemoryPoolSuper { class
69 G1EdenPool(G1CollectedHeap* g1h, size_t initial_size);
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/gc/g1/
H A Dg1MemoryPool.cpp43 G1EdenPool::G1EdenPool(G1CollectedHeap* g1h, size_t initial_size) : in G1EdenPool() function in G1EdenPool
50 MemoryUsage G1EdenPool::get_memory_usage() { in get_memory_usage()
H A Dg1MemoryPool.hpp67 class G1EdenPool : public G1MemoryPoolSuper { class
69 G1EdenPool(G1CollectedHeap* g1h, size_t initial_size);
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/g1/
H A Dg1MemoryPool.cpp42 G1EdenPool::G1EdenPool(G1CollectedHeap* g1h) : in G1EdenPool() function in G1EdenPool
49 MemoryUsage G1EdenPool::get_memory_usage() { in get_memory_usage()
H A Dg1MemoryPool.hpp68 class G1EdenPool : public G1MemoryPoolSuper { class
70 G1EdenPool(G1CollectedHeap* g1h);
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/g1/
H A Dg1MemoryPool.cpp42 G1EdenPool::G1EdenPool(G1CollectedHeap* g1h) : in G1EdenPool() function in G1EdenPool
49 MemoryUsage G1EdenPool::get_memory_usage() { in get_memory_usage()
H A Dg1MemoryPool.hpp68 class G1EdenPool : public G1MemoryPoolSuper { class
70 G1EdenPool(G1CollectedHeap* g1h);
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/services/
H A Dg1MemoryPool.cpp45 G1EdenPool::G1EdenPool(G1CollectedHeap* g1h) : in G1EdenPool() function in G1EdenPool
52 MemoryUsage G1EdenPool::get_memory_usage() { in get_memory_usage()
H A Dg1MemoryPool.hpp69 class G1EdenPool : public G1MemoryPoolSuper { class
71 G1EdenPool(G1CollectedHeap* g1h);
H A DmemoryService.cpp375 G1EdenPool* eden = new G1EdenPool(g1h); in add_g1YoungGen_memory_pool()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/services/
H A Dg1MemoryPool.cpp45 G1EdenPool::G1EdenPool(G1CollectedHeap* g1h) : in G1EdenPool() function in G1EdenPool
52 MemoryUsage G1EdenPool::get_memory_usage() { in get_memory_usage()
H A Dg1MemoryPool.hpp69 class G1EdenPool : public G1MemoryPoolSuper { class
71 G1EdenPool(G1CollectedHeap* g1h);
H A DmemoryService.cpp375 G1EdenPool* eden = new G1EdenPool(g1h); in add_g1YoungGen_memory_pool()

12