Home
last modified time | relevance | path

Searched refs:sweep_threshold_bytes (Results 1 – 9 of 9) sorted by relevance

/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/runtime/
H A Dsweeper.hpp101 static size_t sweep_threshold_bytes() { return _sweep_threshold_bytes; } in sweep_threshold_bytes() function in NMethodSweeper
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/runtime/
H A Dsweeper.hpp101 static size_t sweep_threshold_bytes() { return _sweep_threshold_bytes; } in sweep_threshold_bytes() function in NMethodSweeper
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/runtime/
H A Dsweeper.hpp99 static size_t sweep_threshold_bytes() { return _sweep_threshold_bytes; } in sweep_threshold_bytes() function in NMethodSweeper
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/jfr/periodic/
H A DjfrPeriodic.cpp633 event.set_sweepThreshold(NMethodSweeper::sweep_threshold_bytes()); in TRACE_REQUEST_FUNC()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/jfr/periodic/
H A DjfrPeriodic.cpp634 event.set_sweepThreshold(NMethodSweeper::sweep_threshold_bytes()); in TRACE_REQUEST_FUNC()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/jfr/periodic/
H A DjfrPeriodic.cpp633 event.set_sweepThreshold(NMethodSweeper::sweep_threshold_bytes()); in TRACE_REQUEST_FUNC()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/compiler/
H A DcompileBroker.cpp970 …cache, sweep)("Sweeper threshold: " SIZE_FORMAT " bytes", NMethodSweeper::sweep_threshold_bytes()); in init_compiler_sweeper_threads()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/compiler/
H A DcompileBroker.cpp966 …cache, sweep)("Sweeper threshold: " SIZE_FORMAT " bytes", NMethodSweeper::sweep_threshold_bytes()); in init_compiler_sweeper_threads()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/compiler/
H A DcompileBroker.cpp889 …cache, sweep)("Sweeper threshold: " SIZE_FORMAT " bytes", NMethodSweeper::sweep_threshold_bytes()); in init_compiler_sweeper_threads()