Home
last modified time | relevance | path

Searched defs:class_unload (Results 1 – 25 of 60) sorted by relevance

123

/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/jfr/recorder/checkpoint/types/
H A DjfrTypeSetUtils.hpp79 void tag_leakp_artifact(T const& value, bool class_unload) { in tag_leakp_artifact()
94 LeakpClearArtifact(bool class_unload) : _class_unload(class_unload) {} in LeakpClearArtifact()
113 ClearArtifact(bool class_unload) : _class_unload(class_unload) {} in ClearArtifact()
144 ClearArtifact(bool class_unload) : _class_unload(class_unload) {} in ClearArtifact()
163 LeakPredicate(bool class_unload) : _class_unload(class_unload) {} in LeakPredicate()
173 UsedPredicate(bool class_unload) : _class_unload(class_unload) {} in UsedPredicate()
199 MethodFlagPredicate(bool class_unload) : _class_unload(class_unload) {} in MethodFlagPredicate()
209 MethodUsedPredicate(bool class_unload) : _class_unload(class_unload) {} in MethodUsedPredicate()
H A DjfrTypeSetWriter.hpp44 bool class_unload, in JfrArtifactWriterHost()
88 …ArtifactWriterImplHost(JfrCheckpointWriter* writer, JfrArtifactSet* artifacts, bool class_unload) : in JfrArtifactWriterImplHost()
101 …ArtifactWriterImplHost(JfrCheckpointWriter* writer, JfrArtifactSet* artifacts, bool class_unload) : in JfrPredicatedArtifactWriterImplHost()
H A DjfrTypeSet.cpp83 static void tag_leakp_klass_artifacts(KlassPtr k, bool class_unload) { in tag_leakp_klass_artifacts()
103 TagLeakpKlassArtifact(bool class_unload) : _class_unload(class_unload) {} in TagLeakpKlassArtifact()
339 bool class_unload) : _writer(writer), in KlassSymbolWriterImpl()
498 ClearKlassAndMethods(bool class_unload) : _clear_klass_tag_bits(class_unload), in ClearKlassAndMethods()
746 bool class_unload, in MethodIteratorHost()
792 …te_symbols_leakp(JfrCheckpointWriter* leakp_writer, JfrArtifactSet* artifacts, bool class_unload) { in write_symbols_leakp()
798 …tWriter* writer, JfrCheckpointWriter* leakp_writer, JfrArtifactSet* artifacts, bool class_unload) { in write_symbols()
922 CLDCallback(bool class_unload) : _class_unload(class_unload) {} in CLDCallback()
946 bool class_unload) { in clear_artifacts()
959 …Set::serialize(JfrCheckpointWriter* writer, JfrCheckpointWriter* leakp_writer, bool class_unload) { in serialize()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/jfr/recorder/checkpoint/types/
H A DjfrTypeSetUtils.hpp84 void tag_leakp_artifact(T const& value, bool class_unload) { in tag_leakp_artifact()
99 LeakpClearArtifact(bool class_unload) : _class_unload(class_unload) {} in LeakpClearArtifact()
118 ClearArtifact(bool class_unload) : _class_unload(class_unload) {} in ClearArtifact()
149 ClearArtifact(bool class_unload) : _class_unload(class_unload) {} in ClearArtifact()
168 LeakPredicate(bool class_unload) : _class_unload(class_unload) {} in LeakPredicate()
178 UsedPredicate(bool class_unload) : _class_unload(class_unload) {} in UsedPredicate()
204 MethodFlagPredicate(bool class_unload) : _class_unload(class_unload) {} in MethodFlagPredicate()
214 MethodUsedPredicate(bool class_unload) : _class_unload(class_unload) {} in MethodUsedPredicate()
H A DjfrTypeSetWriter.hpp44 bool class_unload, in JfrArtifactWriterHost()
88 …ArtifactWriterImplHost(JfrCheckpointWriter* writer, JfrArtifactSet* artifacts, bool class_unload) : in JfrArtifactWriterImplHost()
101 …ArtifactWriterImplHost(JfrCheckpointWriter* writer, JfrArtifactSet* artifacts, bool class_unload) : in JfrPredicatedArtifactWriterImplHost()
H A DjfrTypeSet.cpp86 static void tag_leakp_klass_artifacts(KlassPtr k, bool class_unload) { in tag_leakp_klass_artifacts()
98 TagLeakpKlassArtifact(bool class_unload) : _class_unload(class_unload) {} in TagLeakpKlassArtifact()
302 bool class_unload) : _writer(writer), in KlassSymbolWriterImpl()
413 ClearKlassAndMethods(bool class_unload) : _clear_klass_tag_bits(class_unload), in ClearKlassAndMethods()
551 bool class_unload, in MethodIteratorHost()
597 …te_symbols_leakp(JfrCheckpointWriter* leakp_writer, JfrArtifactSet* artifacts, bool class_unload) { in write_symbols_leakp()
603 …tWriter* writer, JfrCheckpointWriter* leakp_writer, JfrArtifactSet* artifacts, bool class_unload) { in write_symbols()
682 CLDCallback(bool class_unload) : _class_unload(class_unload) {} in CLDCallback()
706 bool class_unload) { in clear_artifacts()
719 …Set::serialize(JfrCheckpointWriter* writer, JfrCheckpointWriter* leakp_writer, bool class_unload) { in serialize()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/jfr/recorder/checkpoint/types/
H A DjfrTypeSetUtils.hpp84 void tag_leakp_artifact(T const& value, bool class_unload) { in tag_leakp_artifact()
99 LeakpClearArtifact(bool class_unload) : _class_unload(class_unload) {} in LeakpClearArtifact()
118 ClearArtifact(bool class_unload) : _class_unload(class_unload) {} in ClearArtifact()
149 ClearArtifact(bool class_unload) : _class_unload(class_unload) {} in ClearArtifact()
168 LeakPredicate(bool class_unload) : _class_unload(class_unload) {} in LeakPredicate()
178 UsedPredicate(bool class_unload) : _class_unload(class_unload) {} in UsedPredicate()
204 MethodFlagPredicate(bool class_unload) : _class_unload(class_unload) {} in MethodFlagPredicate()
214 MethodUsedPredicate(bool class_unload) : _class_unload(class_unload) {} in MethodUsedPredicate()
H A DjfrTypeSetWriter.hpp44 bool class_unload, in JfrArtifactWriterHost()
88 …ArtifactWriterImplHost(JfrCheckpointWriter* writer, JfrArtifactSet* artifacts, bool class_unload) : in JfrArtifactWriterImplHost()
101 …ArtifactWriterImplHost(JfrCheckpointWriter* writer, JfrArtifactSet* artifacts, bool class_unload) : in JfrPredicatedArtifactWriterImplHost()
H A DjfrTypeSet.cpp86 static void tag_leakp_klass_artifacts(KlassPtr k, bool class_unload) { in tag_leakp_klass_artifacts()
98 TagLeakpKlassArtifact(bool class_unload) : _class_unload(class_unload) {} in TagLeakpKlassArtifact()
302 bool class_unload) : _writer(writer), in KlassSymbolWriterImpl()
413 ClearKlassAndMethods(bool class_unload) : _clear_klass_tag_bits(class_unload), in ClearKlassAndMethods()
551 bool class_unload, in MethodIteratorHost()
597 …te_symbols_leakp(JfrCheckpointWriter* leakp_writer, JfrArtifactSet* artifacts, bool class_unload) { in write_symbols_leakp()
603 …tWriter* writer, JfrCheckpointWriter* leakp_writer, JfrArtifactSet* artifacts, bool class_unload) { in write_symbols()
682 CLDCallback(bool class_unload) : _class_unload(class_unload) {} in CLDCallback()
706 bool class_unload) { in clear_artifacts()
719 …Set::serialize(JfrCheckpointWriter* writer, JfrCheckpointWriter* leakp_writer, bool class_unload) { in serialize()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/jfr/writers/
H A DjfrTypeWriterHost.hpp43 bool class_unload = false, in JfrTypeWriterHost()
85 JfrTypeWriterImplHost(JfrCheckpointWriter* writer, bool class_unload = false) : _writer(writer) {} in JfrTypeWriterImplHost()
97 JfrPredicatedTypeWriterImplHost(JfrCheckpointWriter* writer, bool class_unload = false) : in JfrPredicatedTypeWriterImplHost()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/jfr/writers/
H A DjfrTypeWriterHost.hpp43 bool class_unload = false, in JfrTypeWriterHost()
85 JfrTypeWriterImplHost(JfrCheckpointWriter* writer, bool class_unload = false) : _writer(writer) {} in JfrTypeWriterImplHost()
97 JfrPredicatedTypeWriterImplHost(JfrCheckpointWriter* writer, bool class_unload = false) : in JfrPredicatedTypeWriterImplHost()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/jfr/writers/
H A DjfrTypeWriterHost.hpp43 bool class_unload = false, in JfrTypeWriterHost()
85 JfrTypeWriterImplHost(JfrCheckpointWriter* writer, bool class_unload = false) : _writer(writer) {} in JfrTypeWriterImplHost()
97 JfrPredicatedTypeWriterImplHost(JfrCheckpointWriter* writer, bool class_unload = false) : in JfrPredicatedTypeWriterImplHost()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/jfr/writers/
H A DjfrTypeWriterHost.hpp43 bool class_unload = false, in JfrTypeWriterHost()
85 JfrTypeWriterImplHost(JfrCheckpointWriter* writer, bool class_unload = false) : _writer(writer) {} in JfrTypeWriterImplHost()
97 JfrPredicatedTypeWriterImplHost(JfrCheckpointWriter* writer, bool class_unload = false) : in JfrPredicatedTypeWriterImplHost()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/jfr/writers/
H A DjfrTypeWriterHost.hpp43 bool class_unload = false, in JfrTypeWriterHost()
85 JfrTypeWriterImplHost(JfrCheckpointWriter* writer, bool class_unload = false) : _writer(writer) {} in JfrTypeWriterImplHost()
97 JfrPredicatedTypeWriterImplHost(JfrCheckpointWriter* writer, bool class_unload = false) : in JfrPredicatedTypeWriterImplHost()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/jfr/writers/
H A DjfrTypeWriterHost.hpp43 bool class_unload = false, in JfrTypeWriterHost()
85 JfrTypeWriterImplHost(JfrCheckpointWriter* writer, bool class_unload = false) : _writer(writer) {} in JfrTypeWriterImplHost()
97 JfrPredicatedTypeWriterImplHost(JfrCheckpointWriter* writer, bool class_unload = false) : in JfrPredicatedTypeWriterImplHost()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/jfr/writers/
H A DjfrTypeWriterHost.hpp43 bool class_unload = false, in JfrTypeWriterHost()
85 JfrTypeWriterImplHost(JfrCheckpointWriter* writer, bool class_unload = false) : _writer(writer) {} in JfrTypeWriterImplHost()
97 JfrPredicatedTypeWriterImplHost(JfrCheckpointWriter* writer, bool class_unload = false) : in JfrPredicatedTypeWriterImplHost()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/jfr/recorder/checkpoint/types/
H A DjfrTypeSetUtils.hpp105 SerializePredicate(bool class_unload) : _class_unload(class_unload) {} in SerializePredicate()
116 SerializePredicate(bool class_unload) : _class_unload(class_unload) {} in SerializePredicate()
127 SymbolPredicate(bool class_unload) : _class_unload(class_unload) {} in SymbolPredicate()
166 LeakPredicate(bool class_unload) {} in LeakPredicate()
175 LeakPredicate(bool class_unload) {} in LeakPredicate()
H A DjfrTypeSetUtils.cpp81 void JfrSymbolId::set_class_unload(bool class_unload) { in set_class_unload()
249 JfrArtifactSet::JfrArtifactSet(bool class_unload) : _symbol_id(new JfrSymbolId()), in JfrArtifactSet()
258 void JfrArtifactSet::initialize(bool class_unload, bool clear /* false */) { in initialize()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/jfr/recorder/checkpoint/types/
H A DjfrTypeSetUtils.hpp105 SerializePredicate(bool class_unload) : _class_unload(class_unload) {} in SerializePredicate()
116 SerializePredicate(bool class_unload) : _class_unload(class_unload) {} in SerializePredicate()
127 SymbolPredicate(bool class_unload) : _class_unload(class_unload) {} in SymbolPredicate()
166 LeakPredicate(bool class_unload) {} in LeakPredicate()
175 LeakPredicate(bool class_unload) {} in LeakPredicate()
H A DjfrTypeSetUtils.cpp81 void JfrSymbolId::set_class_unload(bool class_unload) { in set_class_unload()
249 JfrArtifactSet::JfrArtifactSet(bool class_unload) : _symbol_id(new JfrSymbolId()), in JfrArtifactSet()
258 void JfrArtifactSet::initialize(bool class_unload, bool clear /* false */) { in initialize()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/jfr/recorder/checkpoint/types/
H A DjfrTypeSetUtils.hpp105 SerializePredicate(bool class_unload) : _class_unload(class_unload) {} in SerializePredicate()
116 SerializePredicate(bool class_unload) : _class_unload(class_unload) {} in SerializePredicate()
127 SymbolPredicate(bool class_unload) : _class_unload(class_unload) {} in SymbolPredicate()
166 LeakPredicate(bool class_unload) {} in LeakPredicate()
175 LeakPredicate(bool class_unload) {} in LeakPredicate()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/jfr/recorder/checkpoint/types/
H A DjfrTypeSetUtils.hpp109 SerializePredicate(bool class_unload) : _class_unload(class_unload) {} in SerializePredicate()
120 SerializePredicate(bool class_unload) : _class_unload(class_unload) {} in SerializePredicate()
131 SymbolPredicate(bool class_unload) : _class_unload(class_unload) {} in SymbolPredicate()
170 LeakPredicate(bool class_unload) {} in LeakPredicate()
179 LeakPredicate(bool class_unload) {} in LeakPredicate()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/jfr/recorder/checkpoint/types/
H A DjfrTypeSetUtils.hpp109 SerializePredicate(bool class_unload) : _class_unload(class_unload) {} in SerializePredicate()
120 SerializePredicate(bool class_unload) : _class_unload(class_unload) {} in SerializePredicate()
131 SymbolPredicate(bool class_unload) : _class_unload(class_unload) {} in SymbolPredicate()
170 LeakPredicate(bool class_unload) {} in LeakPredicate()
179 LeakPredicate(bool class_unload) {} in LeakPredicate()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/jfr/recorder/checkpoint/types/
H A DjfrTypeSetUtils.hpp107 SerializePredicate(bool class_unload) : _class_unload(class_unload) {} in SerializePredicate()
118 SerializePredicate(bool class_unload) : _class_unload(class_unload) {} in SerializePredicate()
129 SymbolPredicate(bool class_unload) : _class_unload(class_unload) {} in SymbolPredicate()
168 LeakPredicate(bool class_unload) {} in LeakPredicate()
177 LeakPredicate(bool class_unload) {} in LeakPredicate()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/jfr/recorder/checkpoint/types/
H A DjfrTypeSetUtils.hpp117 SerializePredicate(bool class_unload) : _class_unload(class_unload) {} in SerializePredicate()
128 SerializePredicate(bool class_unload) : _class_unload(class_unload) {} in SerializePredicate()
139 SymbolPredicate(bool class_unload) : _class_unload(class_unload) {} in SymbolPredicate()
178 LeakPredicate(bool class_unload) {} in LeakPredicate()
187 LeakPredicate(bool class_unload) {} in LeakPredicate()

123