Home
last modified time | relevance | path

Searched refs:MaxTLABSizeBytes (Results 1 – 16 of 16) sorted by relevance

/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/gc/shenandoah/
H A DshenandoahHeapRegion.cpp51 size_t ShenandoahHeapRegion::MaxTLABSizeBytes = 0; member in ShenandoahHeapRegion
651 guarantee(MaxTLABSizeBytes == 0, "we should only set it once"); in setup_sizes()
652 MaxTLABSizeBytes = MaxTLABSizeWords * HeapWordSize; in setup_sizes()
653 assert (MaxTLABSizeBytes > MinTLABSize, "should be larger"); in setup_sizes()
660 … byte_size_in_proper_unit(MaxTLABSizeBytes), proper_unit_for_byte_size(MaxTLABSizeBytes)); in setup_sizes()
H A DshenandoahHeapRegion.hpp216 static size_t MaxTLABSizeBytes; member in ShenandoahHeapRegion
338 return ShenandoahHeapRegion::MaxTLABSizeBytes; in max_tlab_size_bytes()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/gc/shenandoah/
H A DshenandoahHeapRegion.cpp51 size_t ShenandoahHeapRegion::MaxTLABSizeBytes = 0; member in ShenandoahHeapRegion
651 guarantee(MaxTLABSizeBytes == 0, "we should only set it once"); in setup_sizes()
652 MaxTLABSizeBytes = MaxTLABSizeWords * HeapWordSize; in setup_sizes()
653 assert (MaxTLABSizeBytes > MinTLABSize, "should be larger"); in setup_sizes()
660 … byte_size_in_proper_unit(MaxTLABSizeBytes), proper_unit_for_byte_size(MaxTLABSizeBytes)); in setup_sizes()
H A DshenandoahHeapRegion.hpp210 static size_t MaxTLABSizeBytes; member in ShenandoahHeapRegion
332 return ShenandoahHeapRegion::MaxTLABSizeBytes; in max_tlab_size_bytes()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/gc/shenandoah/
H A DshenandoahHeapRegion.cpp51 size_t ShenandoahHeapRegion::MaxTLABSizeBytes = 0; member in ShenandoahHeapRegion
608 guarantee(MaxTLABSizeBytes == 0, "we should only set it once"); in setup_sizes()
609 MaxTLABSizeBytes = MaxTLABSizeWords * HeapWordSize; in setup_sizes()
610 assert (MaxTLABSizeBytes > MinTLABSize, "should be larger"); in setup_sizes()
617 … byte_size_in_proper_unit(MaxTLABSizeBytes), proper_unit_for_byte_size(MaxTLABSizeBytes)); in setup_sizes()
H A DshenandoahHeapRegion.hpp221 static size_t MaxTLABSizeBytes; member in ShenandoahHeapRegion
323 return ShenandoahHeapRegion::MaxTLABSizeBytes; in max_tlab_size_bytes()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/shenandoah/
H A DshenandoahHeapRegion.cpp50 size_t ShenandoahHeapRegion::MaxTLABSizeBytes = 0; member in ShenandoahHeapRegion
621 guarantee(MaxTLABSizeBytes == 0, "we should only set it once"); in setup_sizes()
622 MaxTLABSizeBytes = MaxTLABSizeWords * HeapWordSize; in setup_sizes()
623 assert (MaxTLABSizeBytes > MinTLABSize, "should be larger"); in setup_sizes()
630 … byte_size_in_proper_unit(MaxTLABSizeBytes), proper_unit_for_byte_size(MaxTLABSizeBytes)); in setup_sizes()
H A DshenandoahHeapRegion.hpp222 static size_t MaxTLABSizeBytes; member in ShenandoahHeapRegion
325 return ShenandoahHeapRegion::MaxTLABSizeBytes; in max_tlab_size_bytes()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/shenandoah/
H A DshenandoahHeapRegion.cpp50 size_t ShenandoahHeapRegion::MaxTLABSizeBytes = 0; member in ShenandoahHeapRegion
621 guarantee(MaxTLABSizeBytes == 0, "we should only set it once"); in setup_sizes()
622 MaxTLABSizeBytes = MaxTLABSizeWords * HeapWordSize; in setup_sizes()
623 assert (MaxTLABSizeBytes > MinTLABSize, "should be larger"); in setup_sizes()
630 … byte_size_in_proper_unit(MaxTLABSizeBytes), proper_unit_for_byte_size(MaxTLABSizeBytes)); in setup_sizes()
H A DshenandoahHeapRegion.hpp222 static size_t MaxTLABSizeBytes; member in ShenandoahHeapRegion
325 return ShenandoahHeapRegion::MaxTLABSizeBytes; in max_tlab_size_bytes()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/gc/shenandoah/
H A DshenandoahHeapRegion.cpp53 size_t ShenandoahHeapRegion::MaxTLABSizeBytes = 0; member in ShenandoahHeapRegion
610 guarantee(MaxTLABSizeBytes == 0, "we should only set it once"); in setup_sizes()
611 MaxTLABSizeBytes = MaxTLABSizeWords * HeapWordSize; in setup_sizes()
612 assert (MaxTLABSizeBytes > MinTLABSize, "should be larger"); in setup_sizes()
H A DshenandoahHeapRegion.hpp222 static size_t MaxTLABSizeBytes; member in ShenandoahHeapRegion
324 return ShenandoahHeapRegion::MaxTLABSizeBytes; in max_tlab_size_bytes()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/gc/shenandoah/
H A DshenandoahHeapRegion.cpp55 size_t ShenandoahHeapRegion::MaxTLABSizeBytes = 0; member in ShenandoahHeapRegion
627 guarantee(MaxTLABSizeBytes == 0, "we should only set it once"); in setup_sizes()
628 MaxTLABSizeBytes = MaxTLABSizeWords * HeapWordSize; in setup_sizes()
629 assert (MaxTLABSizeBytes > MinTLABSize, "should be larger"); in setup_sizes()
H A DshenandoahHeapRegion.hpp223 static size_t MaxTLABSizeBytes; member in ShenandoahHeapRegion
326 return ShenandoahHeapRegion::MaxTLABSizeBytes; in max_tlab_size_bytes()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/gc/shenandoah/
H A DshenandoahHeapRegion.cpp52 size_t ShenandoahHeapRegion::MaxTLABSizeBytes = 0; member in ShenandoahHeapRegion
609 guarantee(MaxTLABSizeBytes == 0, "we should only set it once"); in setup_sizes()
610 MaxTLABSizeBytes = MaxTLABSizeWords * HeapWordSize; in setup_sizes()
611 assert (MaxTLABSizeBytes > MinTLABSize, "should be larger"); in setup_sizes()
H A DshenandoahHeapRegion.hpp222 static size_t MaxTLABSizeBytes; member in ShenandoahHeapRegion
324 return ShenandoahHeapRegion::MaxTLABSizeBytes; in max_tlab_size_bytes()