Home
last modified time | relevance | path

Searched refs:class_unload (Results 1 – 25 of 80) sorted by relevance

1234

/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() argument
86 if (class_unload) { in tag_leakp_artifact()
99 LeakpClearArtifact(bool class_unload) : _class_unload(class_unload) {} in LeakpClearArtifact() argument
118 ClearArtifact(bool class_unload) : _class_unload(class_unload) {} in ClearArtifact() argument
149 ClearArtifact(bool class_unload) : _class_unload(class_unload) {} in ClearArtifact() argument
168 LeakPredicate(bool class_unload) : _class_unload(class_unload) {} in LeakPredicate() argument
178 UsedPredicate(bool class_unload) : _class_unload(class_unload) {} in UsedPredicate() argument
204 MethodFlagPredicate(bool class_unload) : _class_unload(class_unload) {} in MethodFlagPredicate() argument
214 MethodUsedPredicate(bool class_unload) : _class_unload(class_unload) {} in MethodUsedPredicate() argument
308 JfrArtifactSet(bool class_unload);
[all …]
H A DjfrTypeSet.cpp91 tag_leakp_artifact(cld, class_unload); in tag_leakp_klass_artifacts()
98 TagLeakpKlassArtifact(bool class_unload) : _class_unload(class_unload) {} in TagLeakpKlassArtifact() argument
413 ClearKlassAndMethods(bool class_unload) : _clear_klass_tag_bits(class_unload), in ClearKlassAndMethods() argument
551 bool class_unload, in MethodIteratorHost() argument
554 _method_used_predicate(class_unload), in MethodIteratorHost()
555 _method_flag_predicate(class_unload) {} in MethodIteratorHost()
682 CLDCallback(bool class_unload) : _class_unload(class_unload) {} in CLDCallback() argument
711 ClearKlassAndMethods clear(class_unload); in clear_artifacts()
723 _class_unload = class_unload; in serialize()
729 _artifacts->initialize(class_unload); in serialize()
[all …]
H A DjfrTypeSetWriter.hpp44 bool class_unload, in JfrArtifactWriterHost() argument
45 bool skip_header = false) : _impl(writer, artifacts, class_unload), in JfrArtifactWriterHost()
88 …ArtifactWriterImplHost(JfrCheckpointWriter* writer, JfrArtifactSet* artifacts, bool class_unload) : in JfrArtifactWriterImplHost() argument
89 _writer(writer), _artifacts(artifacts), _class_unload(class_unload) {} in JfrArtifactWriterImplHost()
101 …ArtifactWriterImplHost(JfrCheckpointWriter* writer, JfrArtifactSet* artifacts, bool class_unload) : in JfrPredicatedArtifactWriterImplHost() argument
102 Parent(writer, artifacts, class_unload), _predicate(class_unload) {} in JfrPredicatedArtifactWriterImplHost()
/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() argument
86 if (class_unload) { in tag_leakp_artifact()
99 LeakpClearArtifact(bool class_unload) : _class_unload(class_unload) {} in LeakpClearArtifact() argument
118 ClearArtifact(bool class_unload) : _class_unload(class_unload) {} in ClearArtifact() argument
149 ClearArtifact(bool class_unload) : _class_unload(class_unload) {} in ClearArtifact() argument
168 LeakPredicate(bool class_unload) : _class_unload(class_unload) {} in LeakPredicate() argument
178 UsedPredicate(bool class_unload) : _class_unload(class_unload) {} in UsedPredicate() argument
204 MethodFlagPredicate(bool class_unload) : _class_unload(class_unload) {} in MethodFlagPredicate() argument
214 MethodUsedPredicate(bool class_unload) : _class_unload(class_unload) {} in MethodUsedPredicate() argument
308 JfrArtifactSet(bool class_unload);
[all …]
H A DjfrTypeSet.cpp91 tag_leakp_artifact(cld, class_unload); in tag_leakp_klass_artifacts()
98 TagLeakpKlassArtifact(bool class_unload) : _class_unload(class_unload) {} in TagLeakpKlassArtifact() argument
413 ClearKlassAndMethods(bool class_unload) : _clear_klass_tag_bits(class_unload), in ClearKlassAndMethods() argument
551 bool class_unload, in MethodIteratorHost() argument
554 _method_used_predicate(class_unload), in MethodIteratorHost()
555 _method_flag_predicate(class_unload) {} in MethodIteratorHost()
682 CLDCallback(bool class_unload) : _class_unload(class_unload) {} in CLDCallback() argument
711 ClearKlassAndMethods clear(class_unload); in clear_artifacts()
723 _class_unload = class_unload; in serialize()
729 _artifacts->initialize(class_unload); in serialize()
[all …]
H A DjfrTypeSetWriter.hpp44 bool class_unload, in JfrArtifactWriterHost() argument
45 bool skip_header = false) : _impl(writer, artifacts, class_unload), in JfrArtifactWriterHost()
88 …ArtifactWriterImplHost(JfrCheckpointWriter* writer, JfrArtifactSet* artifacts, bool class_unload) : in JfrArtifactWriterImplHost() argument
89 _writer(writer), _artifacts(artifacts), _class_unload(class_unload) {} in JfrArtifactWriterImplHost()
101 …ArtifactWriterImplHost(JfrCheckpointWriter* writer, JfrArtifactSet* artifacts, bool class_unload) : in JfrPredicatedArtifactWriterImplHost() argument
102 Parent(writer, artifacts, class_unload), _predicate(class_unload) {} in JfrPredicatedArtifactWriterImplHost()
/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() argument
81 if (class_unload) { in tag_leakp_artifact()
94 LeakpClearArtifact(bool class_unload) : _class_unload(class_unload) {} in LeakpClearArtifact() argument
113 ClearArtifact(bool class_unload) : _class_unload(class_unload) {} in ClearArtifact() argument
144 ClearArtifact(bool class_unload) : _class_unload(class_unload) {} in ClearArtifact() argument
163 LeakPredicate(bool class_unload) : _class_unload(class_unload) {} in LeakPredicate() argument
173 UsedPredicate(bool class_unload) : _class_unload(class_unload) {} in UsedPredicate() argument
199 MethodFlagPredicate(bool class_unload) : _class_unload(class_unload) {} in MethodFlagPredicate() argument
209 MethodUsedPredicate(bool class_unload) : _class_unload(class_unload) {} in MethodUsedPredicate() argument
319 JfrArtifactSet(bool class_unload);
[all …]
H A DjfrTypeSetWriter.hpp44 bool class_unload, in JfrArtifactWriterHost() argument
45 bool skip_header = false) : _impl(writer, artifacts, class_unload), in JfrArtifactWriterHost()
88 …ArtifactWriterImplHost(JfrCheckpointWriter* writer, JfrArtifactSet* artifacts, bool class_unload) : in JfrArtifactWriterImplHost() argument
89 _writer(writer), _artifacts(artifacts), _class_unload(class_unload) {} in JfrArtifactWriterImplHost()
101 …ArtifactWriterImplHost(JfrCheckpointWriter* writer, JfrArtifactSet* artifacts, bool class_unload) : in JfrPredicatedArtifactWriterImplHost() argument
102 Parent(writer, artifacts, class_unload), _predicate(class_unload) {} in JfrPredicatedArtifactWriterImplHost()
H A DjfrTypeSet.cpp87 tag_leakp_artifact(pkg, class_unload); in tag_leakp_klass_artifacts()
90 tag_leakp_artifact(module, class_unload); in tag_leakp_klass_artifacts()
96 tag_leakp_artifact(cld, class_unload); in tag_leakp_klass_artifacts()
103 TagLeakpKlassArtifact(bool class_unload) : _class_unload(class_unload) {} in TagLeakpKlassArtifact() argument
498 ClearKlassAndMethods(bool class_unload) : _clear_klass_tag_bits(class_unload), in ClearKlassAndMethods() argument
746 bool class_unload, in MethodIteratorHost() argument
749 _method_used_predicate(class_unload), in MethodIteratorHost()
750 _method_flag_predicate(class_unload) {} in MethodIteratorHost()
922 CLDCallback(bool class_unload) : _class_unload(class_unload) {} in CLDCallback() argument
963 _class_unload = class_unload; in serialize()
[all …]
/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() argument
116 SerializePredicate(bool class_unload) : _class_unload(class_unload) {} in SerializePredicate() argument
127 SymbolPredicate(bool class_unload) : _class_unload(class_unload) {} in SymbolPredicate() argument
166 LeakPredicate(bool class_unload) {} in LeakPredicate() argument
175 LeakPredicate(bool class_unload) {} in LeakPredicate() argument
251 void set_class_unload(bool class_unload);
295 JfrArtifactSet(bool class_unload);
299 void initialize(bool class_unload, bool clear = false);
H A DjfrTypeSetUtils.cpp81 void JfrSymbolId::set_class_unload(bool class_unload) { in set_class_unload() argument
82 _class_unload = class_unload; in set_class_unload()
249 JfrArtifactSet::JfrArtifactSet(bool class_unload) : _symbol_id(new JfrSymbolId()), in JfrArtifactSet() argument
252 initialize(class_unload); in JfrArtifactSet()
258 void JfrArtifactSet::initialize(bool class_unload, bool clear /* false */) { in initialize() argument
263 _symbol_id->set_class_unload(class_unload); 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() argument
116 SerializePredicate(bool class_unload) : _class_unload(class_unload) {} in SerializePredicate() argument
127 SymbolPredicate(bool class_unload) : _class_unload(class_unload) {} in SymbolPredicate() argument
166 LeakPredicate(bool class_unload) {} in LeakPredicate() argument
175 LeakPredicate(bool class_unload) {} in LeakPredicate() argument
251 void set_class_unload(bool class_unload);
295 JfrArtifactSet(bool class_unload);
299 void initialize(bool class_unload, bool clear = false);
H A DjfrTypeSetUtils.cpp81 void JfrSymbolId::set_class_unload(bool class_unload) { in set_class_unload() argument
82 _class_unload = class_unload; in set_class_unload()
249 JfrArtifactSet::JfrArtifactSet(bool class_unload) : _symbol_id(new JfrSymbolId()), in JfrArtifactSet() argument
252 initialize(class_unload); in JfrArtifactSet()
258 void JfrArtifactSet::initialize(bool class_unload, bool clear /* false */) { in initialize() argument
263 _symbol_id->set_class_unload(class_unload); 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() argument
116 SerializePredicate(bool class_unload) : _class_unload(class_unload) {} in SerializePredicate() argument
127 SymbolPredicate(bool class_unload) : _class_unload(class_unload) {} in SymbolPredicate() argument
166 LeakPredicate(bool class_unload) {} in LeakPredicate() argument
175 LeakPredicate(bool class_unload) {} in LeakPredicate() argument
251 void set_class_unload(bool class_unload);
295 JfrArtifactSet(bool class_unload);
299 void initialize(bool class_unload, bool clear = false);
/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() argument
120 SerializePredicate(bool class_unload) : _class_unload(class_unload) {} in SerializePredicate() argument
131 SymbolPredicate(bool class_unload) : _class_unload(class_unload) {} in SymbolPredicate() argument
170 LeakPredicate(bool class_unload) {} in LeakPredicate() argument
179 LeakPredicate(bool class_unload) {} in LeakPredicate() argument
255 void set_class_unload(bool class_unload);
300 JfrArtifactSet(bool class_unload);
304 void initialize(bool class_unload, bool clear = false);
/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() argument
128 SerializePredicate(bool class_unload) : _class_unload(class_unload) {} in SerializePredicate() argument
139 SymbolPredicate(bool class_unload) : _class_unload(class_unload) {} in SymbolPredicate() argument
178 LeakPredicate(bool class_unload) {} in LeakPredicate() argument
187 LeakPredicate(bool class_unload) {} in LeakPredicate() argument
263 void set_class_unload(bool class_unload);
308 JfrArtifactSet(bool class_unload);
312 void initialize(bool class_unload, bool clear = false);
/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() argument
120 SerializePredicate(bool class_unload) : _class_unload(class_unload) {} in SerializePredicate() argument
131 SymbolPredicate(bool class_unload) : _class_unload(class_unload) {} in SymbolPredicate() argument
170 LeakPredicate(bool class_unload) {} in LeakPredicate() argument
179 LeakPredicate(bool class_unload) {} in LeakPredicate() argument
255 void set_class_unload(bool class_unload);
300 JfrArtifactSet(bool class_unload);
304 void initialize(bool class_unload, bool clear = false);
/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() argument
118 SerializePredicate(bool class_unload) : _class_unload(class_unload) {} in SerializePredicate() argument
129 SymbolPredicate(bool class_unload) : _class_unload(class_unload) {} in SymbolPredicate() argument
168 LeakPredicate(bool class_unload) {} in LeakPredicate() argument
177 LeakPredicate(bool class_unload) {} in LeakPredicate() argument
253 void set_class_unload(bool class_unload);
297 JfrArtifactSet(bool class_unload);
301 void initialize(bool class_unload, bool clear = false);
/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() argument
44 bool skip_header = false) : _impl(writer, class_unload), in JfrTypeWriterHost()
85 JfrTypeWriterImplHost(JfrCheckpointWriter* writer, bool class_unload = false) : _writer(writer) {} in JfrTypeWriterImplHost() argument
97 JfrPredicatedTypeWriterImplHost(JfrCheckpointWriter* writer, bool class_unload = false) : in JfrPredicatedTypeWriterImplHost() argument
98 Parent(writer), _predicate(class_unload) {} 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() argument
44 bool skip_header = false) : _impl(writer, class_unload), in JfrTypeWriterHost()
85 JfrTypeWriterImplHost(JfrCheckpointWriter* writer, bool class_unload = false) : _writer(writer) {} in JfrTypeWriterImplHost() argument
97 JfrPredicatedTypeWriterImplHost(JfrCheckpointWriter* writer, bool class_unload = false) : in JfrPredicatedTypeWriterImplHost() argument
98 Parent(writer), _predicate(class_unload) {} 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() argument
44 bool skip_header = false) : _impl(writer, class_unload), in JfrTypeWriterHost()
85 JfrTypeWriterImplHost(JfrCheckpointWriter* writer, bool class_unload = false) : _writer(writer) {} in JfrTypeWriterImplHost() argument
97 JfrPredicatedTypeWriterImplHost(JfrCheckpointWriter* writer, bool class_unload = false) : in JfrPredicatedTypeWriterImplHost() argument
98 Parent(writer), _predicate(class_unload) {} 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() argument
44 bool skip_header = false) : _impl(writer, class_unload), in JfrTypeWriterHost()
85 JfrTypeWriterImplHost(JfrCheckpointWriter* writer, bool class_unload = false) : _writer(writer) {} in JfrTypeWriterImplHost() argument
97 JfrPredicatedTypeWriterImplHost(JfrCheckpointWriter* writer, bool class_unload = false) : in JfrPredicatedTypeWriterImplHost() argument
98 Parent(writer), _predicate(class_unload) {} 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() argument
44 bool skip_header = false) : _impl(writer, class_unload), in JfrTypeWriterHost()
85 JfrTypeWriterImplHost(JfrCheckpointWriter* writer, bool class_unload = false) : _writer(writer) {} in JfrTypeWriterImplHost() argument
97 JfrPredicatedTypeWriterImplHost(JfrCheckpointWriter* writer, bool class_unload = false) : in JfrPredicatedTypeWriterImplHost() argument
98 Parent(writer), _predicate(class_unload) {} 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() argument
44 bool skip_header = false) : _impl(writer, class_unload), in JfrTypeWriterHost()
85 JfrTypeWriterImplHost(JfrCheckpointWriter* writer, bool class_unload = false) : _writer(writer) {} in JfrTypeWriterImplHost() argument
97 JfrPredicatedTypeWriterImplHost(JfrCheckpointWriter* writer, bool class_unload = false) : in JfrPredicatedTypeWriterImplHost() argument
98 Parent(writer), _predicate(class_unload) {} 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() argument
44 bool skip_header = false) : _impl(writer, class_unload), in JfrTypeWriterHost()
85 JfrTypeWriterImplHost(JfrCheckpointWriter* writer, bool class_unload = false) : _writer(writer) {} in JfrTypeWriterImplHost() argument
97 JfrPredicatedTypeWriterImplHost(JfrCheckpointWriter* writer, bool class_unload = false) : in JfrPredicatedTypeWriterImplHost() argument
98 Parent(writer), _predicate(class_unload) {} in JfrPredicatedTypeWriterImplHost()

1234