Home
last modified time | relevance | path

Searched refs:_nof_decompiles (Results 1 – 25 of 36) sorted by relevance

12

/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/oops/
H A DmethodData.hpp1977 uint _nof_decompiles; // count of all nmethod removals member in MethodData::CompilerCounters
1986 CompilerCounters() : _nof_decompiles(0), _nof_overflow_recompiles(0), _nof_overflow_traps(0) { in CompilerCounters()
2025 return _nof_decompiles; in decompile_count()
2028 return ++_nof_decompiles; in inc_decompile_count()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/oops/
H A DmethodData.hpp1978 uint _nof_decompiles; // count of all nmethod removals member in MethodData::CompilerCounters
1987 CompilerCounters() : _nof_decompiles(0), _nof_overflow_recompiles(0), _nof_overflow_traps(0) { in CompilerCounters()
2026 return _nof_decompiles; in decompile_count()
2029 return ++_nof_decompiles; in inc_decompile_count()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/oops/
H A DmethodData.hpp1984 uint _nof_decompiles; // count of all nmethod removals member in MethodData
2340 return _nof_decompiles; in decompile_count()
2343 _nof_decompiles += 1; in inc_decompile_count()
H A DmethodData.cpp1248 _nof_decompiles = 0; in init()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/oops/
H A DmethodData.hpp1984 uint _nof_decompiles; // count of all nmethod removals member in MethodData
2340 return _nof_decompiles; in decompile_count()
2343 _nof_decompiles += 1; in inc_decompile_count()
H A DmethodData.cpp1248 _nof_decompiles = 0; in init()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/oops/
H A DmethodData.hpp2026 uint _nof_decompiles; // count of all nmethod removals member in MethodData
2390 return _nof_decompiles; in decompile_count()
2393 _nof_decompiles += 1; in inc_decompile_count()
H A DmethodData.cpp1329 _nof_decompiles = 0; in init()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/oops/
H A DmethodData.hpp1988 uint _nof_decompiles; // count of all nmethod removals member in MethodData
2345 return _nof_decompiles; in decompile_count()
2348 _nof_decompiles += 1; in inc_decompile_count()
H A DmethodData.cpp1248 _nof_decompiles = 0; in init()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/oops/
H A DmethodData.hpp1970 uint _nof_decompiles; // count of all nmethod removals member in MethodData
2332 return _nof_decompiles; in decompile_count()
2335 _nof_decompiles += 1; in inc_decompile_count()
H A DmethodData.cpp1278 _nof_decompiles = 0; in init()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/oops/
H A DmethodData.hpp2026 uint _nof_decompiles; // count of all nmethod removals member in MethodData
2391 return _nof_decompiles; in decompile_count()
2394 _nof_decompiles += 1; in inc_decompile_count()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/oops/
H A DmethodData.hpp2072 uint _nof_decompiles; // count of all nmethod removals member in MethodData
2421 return _nof_decompiles; in decompile_count()
2424 _nof_decompiles += 1; in inc_decompile_count()
H A DmethodData.cpp1174 _nof_decompiles = 0; in init()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/oops/
H A DmethodData.hpp2072 uint _nof_decompiles; // count of all nmethod removals member in MethodData
2421 return _nof_decompiles; in decompile_count()
2424 _nof_decompiles += 1; in inc_decompile_count()
H A DmethodData.cpp1174 _nof_decompiles = 0; in init()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/jvmci/
H A DvmStructs_jvmci.cpp243 …nonstatic_field(MethodData, _compiler_counters._nof_decompiles, uint) …
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/jvmci/
H A DvmStructs_jvmci.cpp241 …nonstatic_field(MethodData, _nof_decompiles, uint) …
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/jvmci/
H A DvmStructs_jvmci.cpp242 …nonstatic_field(MethodData, _nof_decompiles, uint) …
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/jvmci/
H A DvmStructs_jvmci.cpp242 …nonstatic_field(MethodData, _nof_decompiles, uint) …
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/jvmci/
H A DvmStructs_jvmci.cpp237 …nonstatic_field(MethodData, _nof_decompiles, uint) …
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/jvmci/
H A DvmStructs_jvmci.cpp240 …nonstatic_field(MethodData, _compiler_counters._nof_decompiles, uint) …
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/jvmci/
H A DvmStructs_jvmci.cpp247 …nonstatic_field(MethodData, _nof_decompiles, uint) …
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/jvmci/
H A DvmStructs_jvmci.cpp240 …nonstatic_field(MethodData, _nof_decompiles, uint) …

12