Home
last modified time | relevance | path

Searched refs:MIN_REGION_SIZE (Results 1 – 25 of 37) sorted by relevance

12

/dports/biology/ugene/ugene-40.1/src/corelibs/U2Algorithm/src/registry/
H A DSecStructPredictTask.cpp30 #define MIN_REGION_SIZE 5 macro
33 if (sequence.length() < MIN_REGION_SIZE) { in prepare()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/gc/shenandoah/
H A DshenandoahHeapRegion.cpp470 static const size_t MIN_REGION_SIZE = 256*K; in setup_sizes() local
473 FLAG_SET_DEFAULT(ShenandoahMinRegionSize, MIN_REGION_SIZE); in setup_sizes()
486 if (ShenandoahMinRegionSize < MIN_REGION_SIZE) { in setup_sizes()
489 … byte_size_in_proper_unit(MIN_REGION_SIZE), proper_unit_for_byte_size(MIN_REGION_SIZE)); in setup_sizes()
498 if (ShenandoahMaxRegionSize < MIN_REGION_SIZE) { in setup_sizes()
501 … byte_size_in_proper_unit(MIN_REGION_SIZE), proper_unit_for_byte_size(MIN_REGION_SIZE)); in setup_sizes()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/gc/shenandoah/
H A DshenandoahHeapRegion.cpp472 static const size_t MIN_REGION_SIZE = 256*K; in setup_sizes() local
475 FLAG_SET_DEFAULT(ShenandoahMinRegionSize, MIN_REGION_SIZE); in setup_sizes()
488 if (ShenandoahMinRegionSize < MIN_REGION_SIZE) { in setup_sizes()
491 … byte_size_in_proper_unit(MIN_REGION_SIZE), proper_unit_for_byte_size(MIN_REGION_SIZE)); in setup_sizes()
500 if (ShenandoahMaxRegionSize < MIN_REGION_SIZE) { in setup_sizes()
503 … byte_size_in_proper_unit(MIN_REGION_SIZE), proper_unit_for_byte_size(MIN_REGION_SIZE)); in setup_sizes()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/gc/shenandoah/
H A DshenandoahHeapRegion.cpp469 static const size_t MIN_REGION_SIZE = 256*K; in setup_sizes() local
472 FLAG_SET_DEFAULT(ShenandoahMinRegionSize, MIN_REGION_SIZE); in setup_sizes()
485 if (ShenandoahMinRegionSize < MIN_REGION_SIZE) { in setup_sizes()
488 … byte_size_in_proper_unit(MIN_REGION_SIZE), proper_unit_for_byte_size(MIN_REGION_SIZE)); in setup_sizes()
497 if (ShenandoahMaxRegionSize < MIN_REGION_SIZE) { in setup_sizes()
500 … byte_size_in_proper_unit(MIN_REGION_SIZE), proper_unit_for_byte_size(MIN_REGION_SIZE)); in setup_sizes()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/gc/shenandoah/
H A DshenandoahHeapRegion.cpp468 static const size_t MIN_REGION_SIZE = 256*K; in setup_sizes() local
471 FLAG_SET_DEFAULT(ShenandoahMinRegionSize, MIN_REGION_SIZE); in setup_sizes()
484 if (ShenandoahMinRegionSize < MIN_REGION_SIZE) { in setup_sizes()
487 … byte_size_in_proper_unit(MIN_REGION_SIZE), proper_unit_for_byte_size(MIN_REGION_SIZE)); in setup_sizes()
496 if (ShenandoahMaxRegionSize < MIN_REGION_SIZE) { in setup_sizes()
499 … byte_size_in_proper_unit(MIN_REGION_SIZE), proper_unit_for_byte_size(MIN_REGION_SIZE)); in setup_sizes()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/shenandoah/
H A DshenandoahHeapRegion.cpp467 static const size_t MIN_REGION_SIZE = 256*K; in setup_sizes() local
470 FLAG_SET_DEFAULT(ShenandoahMinRegionSize, MIN_REGION_SIZE); in setup_sizes()
483 if (ShenandoahMinRegionSize < MIN_REGION_SIZE) { in setup_sizes()
486 … byte_size_in_proper_unit(MIN_REGION_SIZE), proper_unit_for_byte_size(MIN_REGION_SIZE)); in setup_sizes()
495 if (ShenandoahMaxRegionSize < MIN_REGION_SIZE) { in setup_sizes()
498 … byte_size_in_proper_unit(MIN_REGION_SIZE), proper_unit_for_byte_size(MIN_REGION_SIZE)); in setup_sizes()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/shenandoah/
H A DshenandoahHeapRegion.cpp467 static const size_t MIN_REGION_SIZE = 256*K; in setup_sizes() local
470 FLAG_SET_DEFAULT(ShenandoahMinRegionSize, MIN_REGION_SIZE); in setup_sizes()
483 if (ShenandoahMinRegionSize < MIN_REGION_SIZE) { in setup_sizes()
486 … byte_size_in_proper_unit(MIN_REGION_SIZE), proper_unit_for_byte_size(MIN_REGION_SIZE)); in setup_sizes()
495 if (ShenandoahMaxRegionSize < MIN_REGION_SIZE) { in setup_sizes()
498 … byte_size_in_proper_unit(MIN_REGION_SIZE), proper_unit_for_byte_size(MIN_REGION_SIZE)); in setup_sizes()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/gc/shenandoah/
H A DshenandoahHeapRegion.cpp521 static const size_t MIN_REGION_SIZE = 256*K; in setup_sizes() local
524 FLAG_SET_DEFAULT(ShenandoahMinRegionSize, MIN_REGION_SIZE); in setup_sizes()
535 if (ShenandoahMinRegionSize < MIN_REGION_SIZE) { in setup_sizes()
537 ShenandoahMinRegionSize/K, MIN_REGION_SIZE/K); in setup_sizes()
545 if (ShenandoahMaxRegionSize < MIN_REGION_SIZE) { in setup_sizes()
547 ShenandoahMaxRegionSize/K, MIN_REGION_SIZE/K); in setup_sizes()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/gc/shenandoah/
H A DshenandoahHeapRegion.cpp521 static const size_t MIN_REGION_SIZE = 256*K; in setup_sizes() local
524 FLAG_SET_DEFAULT(ShenandoahMinRegionSize, MIN_REGION_SIZE); in setup_sizes()
535 if (ShenandoahMinRegionSize < MIN_REGION_SIZE) { in setup_sizes()
537 ShenandoahMinRegionSize/K, MIN_REGION_SIZE/K); in setup_sizes()
545 if (ShenandoahMaxRegionSize < MIN_REGION_SIZE) { in setup_sizes()
547 ShenandoahMaxRegionSize/K, MIN_REGION_SIZE/K); in setup_sizes()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/gc_implementation/g1/
H A DheapRegionBounds.inline.hpp28 return MIN_REGION_SIZE; in min_size()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/gc_implementation/g1/
H A DheapRegionBounds.inline.hpp28 return MIN_REGION_SIZE; in min_size()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/g1/
H A DheapRegionBounds.inline.hpp31 return MIN_REGION_SIZE; in min_size()
H A DheapRegionBounds.hpp35 static const size_t MIN_REGION_SIZE = 1024 * 1024; member in HeapRegionBounds
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/g1/
H A DheapRegionBounds.inline.hpp31 return MIN_REGION_SIZE; in min_size()
H A DheapRegionBounds.hpp35 static const size_t MIN_REGION_SIZE = 1024 * 1024; member in HeapRegionBounds
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/gc/g1/
H A DheapRegionBounds.inline.hpp31 return MIN_REGION_SIZE; in min_size()
H A DheapRegionBounds.hpp35 static const size_t MIN_REGION_SIZE = 1024 * 1024; member in HeapRegionBounds
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/gc/g1/
H A DheapRegionBounds.inline.hpp31 return MIN_REGION_SIZE; in min_size()
H A DheapRegionBounds.hpp35 static const size_t MIN_REGION_SIZE = 1024 * 1024; member in HeapRegionBounds
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/gc/g1/
H A DheapRegionBounds.inline.hpp31 return MIN_REGION_SIZE; in min_size()
H A DheapRegionBounds.hpp35 static const size_t MIN_REGION_SIZE = 1024 * 1024; member in HeapRegionBounds
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/gc/g1/
H A DheapRegionBounds.inline.hpp31 return MIN_REGION_SIZE; in min_size()
H A DheapRegionBounds.hpp35 static const size_t MIN_REGION_SIZE = 1024 * 1024; member in HeapRegionBounds
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/gc/g1/
H A DheapRegionBounds.inline.hpp31 return MIN_REGION_SIZE; in min_size()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/gc/g1/
H A DheapRegionBounds.inline.hpp31 return MIN_REGION_SIZE; in min_size()

12