Home
last modified time | relevance | path

Searched refs:buffer_enqueue_threshold_percentage (Results 1 – 12 of 12) sorted by relevance

/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/gc/shenandoah/
H A DshenandoahSATBMarkQueueSet.cpp38 uint buffer_enqueue_threshold_percentage) { in initialize() argument
42 buffer_enqueue_threshold_percentage); in initialize()
H A DshenandoahSATBMarkQueueSet.hpp49 uint buffer_enqueue_threshold_percentage);
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/gc/shenandoah/
H A DshenandoahSATBMarkQueueSet.cpp38 uint buffer_enqueue_threshold_percentage, in initialize() argument
43 buffer_enqueue_threshold_percentage, in initialize()
H A DshenandoahSATBMarkQueueSet.hpp48 uint buffer_enqueue_threshold_percentage,
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/gc/g1/
H A Dg1SATBMarkQueueSet.cpp41 uint buffer_enqueue_threshold_percentage) { in initialize() argument
45 buffer_enqueue_threshold_percentage); in initialize()
H A Dg1SATBMarkQueueSet.hpp44 uint buffer_enqueue_threshold_percentage);
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/gc/g1/
H A Dg1SATBMarkQueueSet.cpp41 uint buffer_enqueue_threshold_percentage, in initialize() argument
46 buffer_enqueue_threshold_percentage, in initialize()
H A Dg1SATBMarkQueueSet.hpp43 uint buffer_enqueue_threshold_percentage,
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/gc/shared/
H A DsatbMarkQueue.cpp116 uint buffer_enqueue_threshold_percentage) { in initialize() argument
122 size_t enqueue_qty = (size * buffer_enqueue_threshold_percentage) / 100; in initialize()
H A DsatbMarkQueue.hpp115 uint buffer_enqueue_threshold_percentage);
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/gc/shared/
H A DsatbMarkQueue.cpp117 uint buffer_enqueue_threshold_percentage, in initialize() argument
125 size_t enqueue_qty = (size * buffer_enqueue_threshold_percentage) / 100; in initialize()
H A DsatbMarkQueue.hpp114 uint buffer_enqueue_threshold_percentage,