Home
last modified time | relevance | path

Searched refs:is_jfr_event_class (Results 1 – 14 of 14) sorted by relevance

/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/classfile/
H A DsystemDictionaryShared.hpp218 static bool is_jfr_event_class(InstanceKlass *k);
H A DsystemDictionaryShared.cpp1067 bool SystemDictionaryShared::is_jfr_event_class(InstanceKlass *k) { in is_jfr_event_class() function in SystemDictionaryShared
1104 if (is_jfr_event_class(k)) { in should_be_excluded()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/classfile/
H A DsystemDictionaryShared.hpp213 static bool is_jfr_event_class(InstanceKlass *k);
H A DsystemDictionaryShared.cpp992 bool SystemDictionaryShared::is_jfr_event_class(InstanceKlass *k) { in is_jfr_event_class() function in SystemDictionaryShared
1027 if (is_jfr_event_class(k)) { in should_be_excluded()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/classfile/
H A DsystemDictionaryShared.hpp218 static bool is_jfr_event_class(InstanceKlass *k);
H A DsystemDictionaryShared.cpp1065 bool SystemDictionaryShared::is_jfr_event_class(InstanceKlass *k) { in is_jfr_event_class() function in SystemDictionaryShared
1102 if (is_jfr_event_class(k)) { in should_be_excluded()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/classfile/
H A Ddictionary.cpp448 static bool is_jfr_event_class(Klass *k) { in is_jfr_event_class() function
477 } else if (is_jfr_event_class(ik)) { in reorder_dictionary_for_sharing()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/classfile/
H A Ddictionary.cpp448 static bool is_jfr_event_class(Klass *k) { in is_jfr_event_class() function
477 } else if (is_jfr_event_class(ik)) { in reorder_dictionary_for_sharing()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/classfile/
H A DsystemDictionaryShared.hpp217 static bool is_jfr_event_class(InstanceKlass *k);
H A DsystemDictionaryShared.cpp1329 bool SystemDictionaryShared::is_jfr_event_class(InstanceKlass *k) { in is_jfr_event_class() function in SystemDictionaryShared
1386 if (is_jfr_event_class(k)) { in should_be_excluded()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/classfile/
H A DsystemDictionaryShared.hpp212 static bool is_jfr_event_class(InstanceKlass *k);
H A DsystemDictionaryShared.cpp1319 bool SystemDictionaryShared::is_jfr_event_class(InstanceKlass *k) { in is_jfr_event_class() function in SystemDictionaryShared
1381 if (is_jfr_event_class(k)) { in should_be_excluded()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/classfile/
H A DsystemDictionaryShared.hpp231 static bool is_jfr_event_class(InstanceKlass *k);
H A DsystemDictionaryShared.cpp1298 bool SystemDictionaryShared::is_jfr_event_class(InstanceKlass *k) { in is_jfr_event_class() function in SystemDictionaryShared
1393 if (is_jfr_event_class(k)) { in check_for_exclusion_impl()