Home
last modified time | relevance | path

Searched refs:G1SurvivorPool (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.cpp54 G1SurvivorPool::G1SurvivorPool(G1CollectedHeap* g1h, size_t initial_size) : in G1SurvivorPool() function in G1SurvivorPool
61 MemoryUsage G1SurvivorPool::get_memory_usage() { in get_memory_usage()
H A Dg1MemoryPool.hpp77 class G1SurvivorPool : public G1MemoryPoolSuper { class
79 G1SurvivorPool(G1CollectedHeap* g1h, size_t initial_size);
H A Dg1MonitoringSupport.cpp193 _survivor_space_pool = new G1SurvivorPool(_g1h, _survivor_space_committed); in initialize_serviceability()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/gc/g1/
H A Dg1MemoryPool.cpp54 G1SurvivorPool::G1SurvivorPool(G1CollectedHeap* g1h, size_t initial_size) : in G1SurvivorPool() function in G1SurvivorPool
61 MemoryUsage G1SurvivorPool::get_memory_usage() { in get_memory_usage()
H A Dg1MemoryPool.hpp77 class G1SurvivorPool : public G1MemoryPoolSuper { class
79 G1SurvivorPool(G1CollectedHeap* g1h, size_t initial_size);
H A Dg1MonitoringSupport.cpp193 _survivor_space_pool = new G1SurvivorPool(_g1h, _survivor_space_committed); in initialize_serviceability()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/gc/g1/
H A Dg1MemoryPool.cpp54 G1SurvivorPool::G1SurvivorPool(G1CollectedHeap* g1h, size_t initial_size) : in G1SurvivorPool() function in G1SurvivorPool
61 MemoryUsage G1SurvivorPool::get_memory_usage() { in get_memory_usage()
H A Dg1MemoryPool.hpp77 class G1SurvivorPool : public G1MemoryPoolSuper { class
79 G1SurvivorPool(G1CollectedHeap* g1h, size_t initial_size);
H A Dg1MonitoringSupport.cpp193 _survivor_space_pool = new G1SurvivorPool(_g1h, _survivor_space_committed); in initialize_serviceability()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/gc/g1/
H A Dg1MemoryPool.cpp54 G1SurvivorPool::G1SurvivorPool(G1CollectedHeap* g1h, size_t initial_size) : in G1SurvivorPool() function in G1SurvivorPool
61 MemoryUsage G1SurvivorPool::get_memory_usage() { in get_memory_usage()
H A Dg1MemoryPool.hpp77 class G1SurvivorPool : public G1MemoryPoolSuper { class
79 G1SurvivorPool(G1CollectedHeap* g1h, size_t initial_size);
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/gc/g1/
H A Dg1MemoryPool.cpp54 G1SurvivorPool::G1SurvivorPool(G1CollectedHeap* g1h, size_t initial_size) : in G1SurvivorPool() function in G1SurvivorPool
61 MemoryUsage G1SurvivorPool::get_memory_usage() { in get_memory_usage()
H A Dg1MemoryPool.hpp77 class G1SurvivorPool : public G1MemoryPoolSuper { class
79 G1SurvivorPool(G1CollectedHeap* g1h, size_t initial_size);
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/gc/g1/
H A Dg1MemoryPool.cpp54 G1SurvivorPool::G1SurvivorPool(G1CollectedHeap* g1h, size_t initial_size) : in G1SurvivorPool() function in G1SurvivorPool
61 MemoryUsage G1SurvivorPool::get_memory_usage() { in get_memory_usage()
H A Dg1MemoryPool.hpp77 class G1SurvivorPool : public G1MemoryPoolSuper { class
79 G1SurvivorPool(G1CollectedHeap* g1h, size_t initial_size);
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/g1/
H A Dg1MemoryPool.cpp58 G1SurvivorPool::G1SurvivorPool(G1CollectedHeap* g1h) : in G1SurvivorPool() function in G1SurvivorPool
65 MemoryUsage G1SurvivorPool::get_memory_usage() { in get_memory_usage()
H A Dg1MemoryPool.hpp82 class G1SurvivorPool : public G1MemoryPoolSuper { class
84 G1SurvivorPool(G1CollectedHeap* g1h);
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/g1/
H A Dg1MemoryPool.cpp58 G1SurvivorPool::G1SurvivorPool(G1CollectedHeap* g1h) : in G1SurvivorPool() function in G1SurvivorPool
65 MemoryUsage G1SurvivorPool::get_memory_usage() { in get_memory_usage()
H A Dg1MemoryPool.hpp82 class G1SurvivorPool : public G1MemoryPoolSuper { class
84 G1SurvivorPool(G1CollectedHeap* g1h);
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/services/
H A Dg1MemoryPool.cpp61 G1SurvivorPool::G1SurvivorPool(G1CollectedHeap* g1h) : in G1SurvivorPool() function in G1SurvivorPool
68 MemoryUsage G1SurvivorPool::get_memory_usage() { in get_memory_usage()
H A Dg1MemoryPool.hpp83 class G1SurvivorPool : public G1MemoryPoolSuper { class
85 G1SurvivorPool(G1CollectedHeap* g1h);
H A DmemoryService.cpp376 G1SurvivorPool* survivor = new G1SurvivorPool(g1h); in add_g1YoungGen_memory_pool()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/services/
H A Dg1MemoryPool.cpp61 G1SurvivorPool::G1SurvivorPool(G1CollectedHeap* g1h) : in G1SurvivorPool() function in G1SurvivorPool
68 MemoryUsage G1SurvivorPool::get_memory_usage() { in get_memory_usage()
H A Dg1MemoryPool.hpp83 class G1SurvivorPool : public G1MemoryPoolSuper { class
85 G1SurvivorPool(G1CollectedHeap* g1h);
H A DmemoryService.cpp376 G1SurvivorPool* survivor = new G1SurvivorPool(g1h); in add_g1YoungGen_memory_pool()

12