Home
last modified time | relevance | path

Searched refs:JfrTraceId (Results 1 – 25 of 124) sorted by relevance

12345

/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/jfr/recorder/checkpoint/types/traceid/
H A DjfrTraceId.inline.hpp38 inline traceid JfrTraceId::load(jclass jc) { in load()
42 inline traceid JfrTraceId::load(const Klass* klass) { in load()
46 inline traceid JfrTraceId::load(const Method* method) { in load()
54 inline traceid JfrTraceId::load(const ModuleEntry* module) { in load()
76 inline traceid JfrTraceId::load_raw(const Klass* klass) { in load_raw()
80 inline traceid JfrTraceId::load_raw(const Thread* t) { in load_raw()
85 inline traceid JfrTraceId::load_raw(const Method* method) { in load_raw()
101 inline bool JfrTraceId::in_visible_set(const Klass* klass) { in in_visible_set()
107 inline bool JfrTraceId::is_jdk_jfr_event(const Klass* k) { in is_jdk_jfr_event()
140 inline bool JfrTraceId::is_event_host(const Klass* k) { in is_event_host()
[all …]
H A DjfrTraceId.cpp105 JfrTraceId::tag_as_jdk_jfr_event(klass); in check_klass()
113 JfrTraceId::tag_as_jdk_jfr_event(klass); in check_klass()
119 void JfrTraceId::assign(const Klass* klass) { in assign()
132 void JfrTraceId::assign(const ModuleEntry* module) { in assign()
151 traceid JfrTraceId::assign_thread_id() { in assign_thread_id()
155 traceid JfrTraceId::load_raw(jclass jc) { in load_raw()
164 void JfrTraceId::remove(const Klass* k) { in remove()
174 void JfrTraceId::remove(const Method* method) { in remove()
181 void JfrTraceId::restore(const Klass* k) { in restore()
191 bool JfrTraceId::in_visible_set(const jclass jc) { in in_visible_set()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/jfr/recorder/checkpoint/types/traceid/
H A DjfrTraceId.inline.hpp38 inline traceid JfrTraceId::load(jclass jc) { in load()
42 inline traceid JfrTraceId::load(const Klass* klass) { in load()
46 inline traceid JfrTraceId::load(const Method* method) { in load()
54 inline traceid JfrTraceId::load(const ModuleEntry* module) { in load()
76 inline traceid JfrTraceId::load_raw(const Klass* klass) { in load_raw()
80 inline traceid JfrTraceId::load_raw(const Thread* t) { in load_raw()
85 inline traceid JfrTraceId::load_raw(const Method* method) { in load_raw()
101 inline bool JfrTraceId::in_visible_set(const Klass* klass) { in in_visible_set()
107 inline bool JfrTraceId::is_jdk_jfr_event(const Klass* k) { in is_jdk_jfr_event()
140 inline bool JfrTraceId::is_event_host(const Klass* k) { in is_event_host()
[all …]
H A DjfrTraceId.cpp105 JfrTraceId::tag_as_jdk_jfr_event(klass); in check_klass()
113 JfrTraceId::tag_as_jdk_jfr_event(klass); in check_klass()
119 void JfrTraceId::assign(const Klass* klass) { in assign()
132 void JfrTraceId::assign(const ModuleEntry* module) { in assign()
151 traceid JfrTraceId::assign_thread_id() { in assign_thread_id()
155 traceid JfrTraceId::load_raw(jclass jc) { in load_raw()
164 void JfrTraceId::remove(const Klass* k) { in remove()
174 void JfrTraceId::remove(const Method* method) { in remove()
181 void JfrTraceId::restore(const Klass* k) { in restore()
191 bool JfrTraceId::in_visible_set(const jclass jc) { in in_visible_set()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/jfr/recorder/checkpoint/types/traceid/
H A DjfrTraceId.inline.hpp39 inline traceid JfrTraceId::load(const Klass* klass) { in load()
43 inline traceid JfrTraceId::load(const Method* method) { in load()
51 inline traceid JfrTraceId::load(const ModuleEntry* module) { in load()
59 inline traceid JfrTraceId::load(const ClassLoaderData* cld) { in load()
73 inline traceid JfrTraceId::load_raw(const Klass* klass) { in load_raw()
77 inline traceid JfrTraceId::load_raw(const Thread* t) { in load_raw()
82 inline traceid JfrTraceId::load_raw(const Method* method) { in load_raw()
98 inline bool JfrTraceId::in_visible_set(const Klass* klass) { in in_visible_set()
104 inline bool JfrTraceId::is_jdk_jfr_event(const Klass* k) { in is_jdk_jfr_event()
137 inline bool JfrTraceId::is_event_host(const Klass* k) { in is_event_host()
[all …]
H A DjfrTraceId.cpp105 JfrTraceId::tag_as_jdk_jfr_event(klass); in check_klass()
113 JfrTraceId::tag_as_jdk_jfr_event(klass); in check_klass()
119 void JfrTraceId::assign(const Klass* klass) { in assign()
151 traceid JfrTraceId::assign_primitive_klass_id() { in assign_primitive_klass_id()
155 traceid JfrTraceId::assign_thread_id() { in assign_thread_id()
172 id = JfrTraceId::load_raw(tak) + 1; in load_primitive()
187 traceid JfrTraceId::load_raw(jclass jc) { in load_raw()
192 void JfrTraceId::remove(const Klass* k) { in remove()
202 void JfrTraceId::remove(const Method* method) { in remove()
209 void JfrTraceId::restore(const Klass* k) { in restore()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/jfr/support/
H A DjfrEventClass.cpp30 return JfrTraceId::is_jdk_jfr_event(k); in is()
34 return JfrTraceId::is_jdk_jfr_event(jc); in is()
38 JfrTraceId::tag_as_jdk_jfr_event(k); in tag_as()
50 JfrTraceId::tag_as_jdk_jfr_event_sub(k); in tag_as_subklass()
54 JfrTraceId::tag_as_jdk_jfr_event_sub(jc); in tag_as_subklass()
66 return JfrTraceId::is_event_host(k); in is_host()
70 return JfrTraceId::is_event_host(jc); in is_host()
74 JfrTraceId::tag_as_event_host(k); in tag_as_host()
78 JfrTraceId::tag_as_event_host(jc); in tag_as_host()
82 return JfrTraceId::in_visible_set(k); in is_visible()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/jfr/support/
H A DjfrEventClass.cpp30 return JfrTraceId::is_jdk_jfr_event(k); in is()
34 return JfrTraceId::is_jdk_jfr_event(jc); in is()
38 JfrTraceId::tag_as_jdk_jfr_event(k); in tag_as()
50 JfrTraceId::tag_as_jdk_jfr_event_sub(k); in tag_as_subklass()
54 JfrTraceId::tag_as_jdk_jfr_event_sub(jc); in tag_as_subklass()
66 return JfrTraceId::is_event_host(k); in is_host()
70 return JfrTraceId::is_event_host(jc); in is_host()
74 JfrTraceId::tag_as_event_host(k); in tag_as_host()
78 JfrTraceId::tag_as_event_host(jc); in tag_as_host()
82 return JfrTraceId::in_visible_set(k); in is_visible()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/jfr/support/
H A DjfrEventClass.cpp30 return JfrTraceId::is_jdk_jfr_event(k); in is()
34 return JfrTraceId::is_jdk_jfr_event(jc); in is()
38 JfrTraceId::tag_as_jdk_jfr_event(k); in tag_as()
50 JfrTraceId::tag_as_jdk_jfr_event_sub(k); in tag_as_subklass()
54 JfrTraceId::tag_as_jdk_jfr_event_sub(jc); in tag_as_subklass()
66 return JfrTraceId::is_event_host(k); in is_host()
70 return JfrTraceId::is_event_host(jc); in is_host()
74 JfrTraceId::tag_as_event_host(k); in tag_as_host()
78 JfrTraceId::tag_as_event_host(jc); in tag_as_host()
82 return JfrTraceId::in_visible_set(k); in is_visible()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/jfr/support/
H A DjfrEventClass.cpp30 return JfrTraceId::is_jdk_jfr_event(k); in is()
34 return JfrTraceId::is_jdk_jfr_event(jc); in is()
38 JfrTraceId::tag_as_jdk_jfr_event(k); in tag_as()
50 JfrTraceId::tag_as_jdk_jfr_event_sub(k); in tag_as_subklass()
54 JfrTraceId::tag_as_jdk_jfr_event_sub(jc); in tag_as_subklass()
66 return JfrTraceId::is_event_host(k); in is_host()
70 return JfrTraceId::is_event_host(jc); in is_host()
74 JfrTraceId::tag_as_event_host(k); in tag_as_host()
78 JfrTraceId::tag_as_event_host(jc); in tag_as_host()
82 return JfrTraceId::in_visible_set(k); in is_visible()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/jfr/support/
H A DjfrEventClass.cpp30 return JfrTraceId::is_jdk_jfr_event(k); in is()
34 return JfrTraceId::is_jdk_jfr_event(jc); in is()
38 JfrTraceId::tag_as_jdk_jfr_event(k); in tag_as()
50 JfrTraceId::tag_as_jdk_jfr_event_sub(k); in tag_as_subklass()
54 JfrTraceId::tag_as_jdk_jfr_event_sub(jc); in tag_as_subklass()
66 return JfrTraceId::is_event_host(k); in is_host()
70 return JfrTraceId::is_event_host(jc); in is_host()
74 JfrTraceId::tag_as_event_host(k); in tag_as_host()
78 JfrTraceId::tag_as_event_host(jc); in tag_as_host()
82 return JfrTraceId::in_visible_set(k); in is_visible()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/jfr/support/
H A DjfrEventClass.cpp30 return JfrTraceId::is_jdk_jfr_event(k); in is()
34 return JfrTraceId::is_jdk_jfr_event(jc); in is()
38 JfrTraceId::tag_as_jdk_jfr_event(k); in tag_as()
50 JfrTraceId::tag_as_jdk_jfr_event_sub(k); in tag_as_subklass()
54 JfrTraceId::tag_as_jdk_jfr_event_sub(jc); in tag_as_subklass()
66 return JfrTraceId::is_event_host(k); in is_host()
70 return JfrTraceId::is_event_host(jc); in is_host()
74 JfrTraceId::tag_as_event_host(k); in tag_as_host()
78 JfrTraceId::tag_as_event_host(jc); in tag_as_host()
82 return JfrTraceId::in_visible_set(k); in is_visible()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/jfr/support/
H A DjfrEventClass.cpp30 return JfrTraceId::is_jdk_jfr_event(k); in is()
34 return JfrTraceId::is_jdk_jfr_event(jc); in is()
38 JfrTraceId::tag_as_jdk_jfr_event(k); in tag_as()
50 JfrTraceId::tag_as_jdk_jfr_event_sub(k); in tag_as_subklass()
54 JfrTraceId::tag_as_jdk_jfr_event_sub(jc); in tag_as_subklass()
66 return JfrTraceId::is_event_host(k); in is_host()
70 return JfrTraceId::is_event_host(jc); in is_host()
74 JfrTraceId::tag_as_event_host(k); in tag_as_host()
78 JfrTraceId::tag_as_event_host(jc); in tag_as_host()
82 return JfrTraceId::in_visible_set(k); in is_visible()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/jfr/recorder/checkpoint/types/traceid/
H A DjfrTraceId.inline.hpp51 inline traceid JfrTraceId::get(const Klass* klass) { in get()
56 inline traceid JfrTraceId::get(const Thread* t) { in get()
61 inline traceid JfrTraceId::use(const Klass* klass) { in use()
66 inline traceid JfrTraceId::use(const Method* method) { in use()
81 inline traceid JfrTraceId::use(const ModuleEntry* module) { in use()
91 inline traceid JfrTraceId::use(const ClassLoaderData* cld) { in use()
96 inline void JfrTraceId::set_leakp(const Method* method) { in set_leakp()
106 inline bool JfrTraceId::in_visible_set(const Klass* klass) { in in_visible_set()
112 inline bool JfrTraceId::is_jdk_jfr_event(const Klass* k) { in is_jdk_jfr_event()
145 inline bool JfrTraceId::is_event_host(const Klass* k) { in is_event_host()
[all …]
H A DjfrTraceId.cpp105 JfrTraceId::tag_as_jdk_jfr_event(klass); in check_klass()
113 JfrTraceId::tag_as_jdk_jfr_event(klass); in check_klass()
119 void JfrTraceId::assign(const Klass* klass) { in assign()
151 traceid JfrTraceId::assign_primitive_klass_id() { in assign_primitive_klass_id()
155 traceid JfrTraceId::assign_thread_id() { in assign_thread_id()
160 void JfrTraceId::remove(const Klass* k) { in remove()
170 void JfrTraceId::restore(const Klass* k) { in restore()
184 traceid JfrTraceId::get(jclass jc) { in get()
205 id = JfrTraceId::get(tak) + 1; in load_primitive()
219 bool JfrTraceId::in_visible_set(const jclass jc) { in in_visible_set()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/jfr/recorder/checkpoint/types/traceid/
H A DjfrTraceId.inline.hpp51 inline traceid JfrTraceId::get(const Klass* klass) { in get()
56 inline traceid JfrTraceId::get(const Thread* t) { in get()
61 inline traceid JfrTraceId::use(const Klass* klass) { in use()
66 inline traceid JfrTraceId::use(const Method* method) { in use()
81 inline traceid JfrTraceId::use(const ModuleEntry* module) { in use()
91 inline traceid JfrTraceId::use(const ClassLoaderData* cld) { in use()
96 inline void JfrTraceId::set_leakp(const Method* method) { in set_leakp()
106 inline bool JfrTraceId::in_visible_set(const Klass* klass) { in in_visible_set()
112 inline bool JfrTraceId::is_jdk_jfr_event(const Klass* k) { in is_jdk_jfr_event()
145 inline bool JfrTraceId::is_event_host(const Klass* k) { in is_event_host()
[all …]
H A DjfrTraceId.cpp105 JfrTraceId::tag_as_jdk_jfr_event(klass); in check_klass()
113 JfrTraceId::tag_as_jdk_jfr_event(klass); in check_klass()
119 void JfrTraceId::assign(const Klass* klass) { in assign()
151 traceid JfrTraceId::assign_primitive_klass_id() { in assign_primitive_klass_id()
155 traceid JfrTraceId::assign_thread_id() { in assign_thread_id()
160 void JfrTraceId::remove(const Klass* k) { in remove()
170 void JfrTraceId::restore(const Klass* k) { in restore()
184 traceid JfrTraceId::get(jclass jc) { in get()
205 id = JfrTraceId::get(tak) + 1; in load_primitive()
219 bool JfrTraceId::in_visible_set(const jclass jc) { in in_visible_set()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/jfr/recorder/checkpoint/types/traceid/
H A DjfrTraceId.inline.hpp51 inline traceid JfrTraceId::get(const Klass* klass) { in get()
56 inline traceid JfrTraceId::get(const Thread* t) { in get()
61 inline traceid JfrTraceId::use(const Klass* klass) { in use()
66 inline traceid JfrTraceId::use(const Method* method) { in use()
81 inline traceid JfrTraceId::use(const ModuleEntry* module) { in use()
91 inline traceid JfrTraceId::use(const ClassLoaderData* cld) { in use()
96 inline void JfrTraceId::set_leakp(const Method* method) { in set_leakp()
106 inline bool JfrTraceId::in_visible_set(const Klass* klass) { in in_visible_set()
112 inline bool JfrTraceId::is_jdk_jfr_event(const Klass* k) { in is_jdk_jfr_event()
145 inline bool JfrTraceId::is_event_host(const Klass* k) { in is_event_host()
[all …]
H A DjfrTraceId.cpp105 JfrTraceId::tag_as_jdk_jfr_event(klass); in check_klass()
113 JfrTraceId::tag_as_jdk_jfr_event(klass); in check_klass()
119 void JfrTraceId::assign(const Klass* klass) { in assign()
132 void JfrTraceId::assign(const ModuleEntry* module) { in assign()
151 traceid JfrTraceId::assign_thread_id() { in assign_thread_id()
156 void JfrTraceId::remove(const Klass* k) { in remove()
166 void JfrTraceId::restore(const Klass* k) { in restore()
176 traceid JfrTraceId::get(jclass jc) { in get()
184 traceid JfrTraceId::use(jclass jc) { in use()
192 bool JfrTraceId::in_visible_set(const jclass jc) { in in_visible_set()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/jfr/recorder/checkpoint/types/traceid/
H A DjfrTraceId.inline.hpp70 inline traceid JfrTraceId::get(const Klass* klass) { in get()
75 inline traceid JfrTraceId::get(const Thread* t) { in get()
80 inline traceid JfrTraceId::use(const Klass* klass) { in use()
90 inline traceid JfrTraceId::use(const Method* method) { in use()
107 inline traceid JfrTraceId::use(const ModuleEntry* module) { in use()
111 inline traceid JfrTraceId::use(const PackageEntry* package) { in use()
115 inline traceid JfrTraceId::use(const ClassLoaderData* cld) { in use()
136 inline bool JfrTraceId::in_visible_set(const Klass* klass) { in in_visible_set()
142 inline bool JfrTraceId::is_jdk_jfr_event(const Klass* k) { in is_jdk_jfr_event()
175 inline bool JfrTraceId::is_event_host(const Klass* k) { in is_event_host()
[all …]
H A DjfrTraceId.cpp104 JfrTraceId::tag_as_jdk_jfr_event(klass); in check_klass()
112 JfrTraceId::tag_as_jdk_jfr_event(klass); in check_klass()
118 void JfrTraceId::assign(const Klass* klass) { in assign()
131 void JfrTraceId::assign(const ModuleEntry* module) { in assign()
150 traceid JfrTraceId::assign_thread_id() { in assign_thread_id()
155 void JfrTraceId::remove(const Klass* k) { in remove()
165 void JfrTraceId::restore(const Klass* k) { in restore()
175 traceid JfrTraceId::get(jclass jc) { in get()
183 traceid JfrTraceId::use(jclass jc) { in use()
191 bool JfrTraceId::in_visible_set(const jclass jc) { in in_visible_set()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/jfr/recorder/checkpoint/types/traceid/
H A DjfrTraceId.inline.hpp58 inline traceid JfrTraceId::get(const Klass* klass) { in get()
63 inline traceid JfrTraceId::get(const Thread* t) { in get()
68 inline traceid JfrTraceId::use(const Klass* klass, bool leakp /* false */) { in use()
102 inline bool JfrTraceId::in_visible_set(const Klass* klass) { in in_visible_set()
108 inline bool JfrTraceId::is_jdk_jfr_event(const Klass* k) { in is_jdk_jfr_event()
113 inline void JfrTraceId::tag_as_jdk_jfr_event(const Klass* klass) { in tag_as_jdk_jfr_event()
119 inline bool JfrTraceId::is_jdk_jfr_event_sub(const Klass* k) { in is_jdk_jfr_event_sub()
124 inline void JfrTraceId::tag_as_jdk_jfr_event_sub(const Klass* k) { in tag_as_jdk_jfr_event_sub()
132 inline bool JfrTraceId::in_jdk_jfr_event_hierarchy(const Klass* klass) { in in_jdk_jfr_event_hierarchy()
141 inline bool JfrTraceId::is_event_host(const Klass* k) { in is_event_host()
[all …]
H A DjfrTraceId.cpp105 JfrTraceId::tag_as_jdk_jfr_event(klass); in check_klass()
113 JfrTraceId::tag_as_jdk_jfr_event(klass); in check_klass()
119 void JfrTraceId::assign(const Klass* klass) { in assign()
132 void JfrTraceId::assign(const ModuleEntry* module) { in assign()
151 traceid JfrTraceId::assign_thread_id() { in assign_thread_id()
156 void JfrTraceId::remove(const Klass* k) { in remove()
166 void JfrTraceId::restore(const Klass* k) { in restore()
176 traceid JfrTraceId::get(jclass jc) { in get()
192 bool JfrTraceId::in_visible_set(const jclass jc) { in in_visible_set()
214 bool JfrTraceId::is_jdk_jfr_event(const jclass jc) { in is_jdk_jfr_event()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/jfr/recorder/checkpoint/types/traceid/
H A DjfrTraceId.inline.hpp56 inline traceid JfrTraceId::get(const Klass* klass) { in get()
61 inline traceid JfrTraceId::get(const Thread* t) { in get()
66 inline traceid JfrTraceId::use(const Klass* klass, bool leakp /* false */) { in use()
90 inline bool JfrTraceId::in_visible_set(const Klass* klass) { in in_visible_set()
96 inline bool JfrTraceId::is_jdk_jfr_event(const Klass* k) { in is_jdk_jfr_event()
101 inline void JfrTraceId::tag_as_jdk_jfr_event(const Klass* klass) { in tag_as_jdk_jfr_event()
109 inline bool JfrTraceId::is_jdk_jfr_event_sub(const Klass* k) { in is_jdk_jfr_event_sub()
114 inline void JfrTraceId::tag_as_jdk_jfr_event_sub(const Klass* k) { in tag_as_jdk_jfr_event_sub()
122 inline bool JfrTraceId::in_jdk_jfr_event_hierarchy(const Klass* klass) { in in_jdk_jfr_event_hierarchy()
131 inline bool JfrTraceId::is_event_host(const Klass* k) { in is_event_host()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/jfr/recorder/checkpoint/types/traceid/
H A DjfrTraceId.inline.hpp56 inline traceid JfrTraceId::get(const Klass* klass) { in get()
61 inline traceid JfrTraceId::get(const Thread* t) { in get()
66 inline traceid JfrTraceId::use(const Klass* klass, bool leakp /* false */) { in use()
90 inline bool JfrTraceId::in_visible_set(const Klass* klass) { in in_visible_set()
96 inline bool JfrTraceId::is_jdk_jfr_event(const Klass* k) { in is_jdk_jfr_event()
101 inline void JfrTraceId::tag_as_jdk_jfr_event(const Klass* klass) { in tag_as_jdk_jfr_event()
109 inline bool JfrTraceId::is_jdk_jfr_event_sub(const Klass* k) { in is_jdk_jfr_event_sub()
114 inline void JfrTraceId::tag_as_jdk_jfr_event_sub(const Klass* k) { in tag_as_jdk_jfr_event_sub()
122 inline bool JfrTraceId::in_jdk_jfr_event_hierarchy(const Klass* klass) { in in_jdk_jfr_event_hierarchy()
131 inline bool JfrTraceId::is_event_host(const Klass* k) { in is_event_host()
[all …]

12345