Home
last modified time | relevance | path

Searched refs:get_all_native_method_prefixes (Results 26 – 50 of 80) sorted by relevance

1234

/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/prims/
H A DjvmtiEnvBase.hpp174 static char** get_all_native_method_prefixes(int* count_ptr);
H A DjvmtiExport.cpp727 JvmtiExport::get_all_native_method_prefixes(int* count_ptr) { in get_all_native_method_prefixes() function in JvmtiExport
731 return JvmtiEnvBase::get_all_native_method_prefixes(count_ptr); in get_all_native_method_prefixes()
734 return JvmtiEnvBase::get_all_native_method_prefixes(count_ptr); in get_all_native_method_prefixes()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/prims/
H A DjvmtiEnvBase.hpp163 static char** get_all_native_method_prefixes(int* count_ptr);
H A DjvmtiExport.cpp500 JvmtiExport::get_all_native_method_prefixes(int* count_ptr) { in get_all_native_method_prefixes() function in JvmtiExport
504 return JvmtiEnvBase::get_all_native_method_prefixes(count_ptr); in get_all_native_method_prefixes()
507 return JvmtiEnvBase::get_all_native_method_prefixes(count_ptr); in get_all_native_method_prefixes()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/prims/
H A DjvmtiEnvBase.hpp163 static char** get_all_native_method_prefixes(int* count_ptr);
H A DjvmtiExport.cpp500 JvmtiExport::get_all_native_method_prefixes(int* count_ptr) { in get_all_native_method_prefixes() function in JvmtiExport
504 return JvmtiEnvBase::get_all_native_method_prefixes(count_ptr); in get_all_native_method_prefixes()
507 return JvmtiEnvBase::get_all_native_method_prefixes(count_ptr); in get_all_native_method_prefixes()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/prims/
H A DjvmtiEnvBase.hpp174 static char** get_all_native_method_prefixes(int* count_ptr);
H A DjvmtiExport.cpp750 JvmtiExport::get_all_native_method_prefixes(int* count_ptr) { in get_all_native_method_prefixes() function in JvmtiExport
754 return JvmtiEnvBase::get_all_native_method_prefixes(count_ptr); in get_all_native_method_prefixes()
757 return JvmtiEnvBase::get_all_native_method_prefixes(count_ptr); in get_all_native_method_prefixes()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/prims/
H A DjvmtiEnvBase.hpp173 static char** get_all_native_method_prefixes(int* count_ptr);
H A DjvmtiExport.cpp753 JvmtiExport::get_all_native_method_prefixes(int* count_ptr) { in get_all_native_method_prefixes() function in JvmtiExport
757 return JvmtiEnvBase::get_all_native_method_prefixes(count_ptr); in get_all_native_method_prefixes()
760 return JvmtiEnvBase::get_all_native_method_prefixes(count_ptr); in get_all_native_method_prefixes()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/runtime/
H A Dvframe.cpp491 char** method_prefixes = JvmtiExport::get_all_native_method_prefixes(&method_prefix_count); in skip_prefixed_method_and_wrappers()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/runtime/
H A Dvframe.cpp491 char** method_prefixes = JvmtiExport::get_all_native_method_prefixes(&method_prefix_count); in skip_prefixed_method_and_wrappers()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/runtime/
H A Dvframe.cpp541 char** method_prefixes = JvmtiExport::get_all_native_method_prefixes(&method_prefix_count); in skip_prefixed_method_and_wrappers()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/runtime/
H A Dvframe.cpp541 char** method_prefixes = JvmtiExport::get_all_native_method_prefixes(&method_prefix_count); in skip_prefixed_method_and_wrappers()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/runtime/
H A Dvframe.cpp506 char** method_prefixes = JvmtiExport::get_all_native_method_prefixes(&method_prefix_count); in skip_prefixed_method_and_wrappers()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/runtime/
H A Dvframe.cpp497 char** method_prefixes = JvmtiExport::get_all_native_method_prefixes(&method_prefix_count); in skip_prefixed_method_and_wrappers()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/runtime/
H A Dvframe.cpp531 char** method_prefixes = JvmtiExport::get_all_native_method_prefixes(&method_prefix_count); in skip_prefixed_method_and_wrappers()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/runtime/
H A Dvframe.cpp541 char** method_prefixes = JvmtiExport::get_all_native_method_prefixes(&method_prefix_count); in skip_prefixed_method_and_wrappers()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/runtime/
H A Dvframe.cpp524 char** method_prefixes = JvmtiExport::get_all_native_method_prefixes(&method_prefix_count); in skip_prefixed_method_and_wrappers()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/runtime/
H A Dvframe.cpp500 char** method_prefixes = JvmtiExport::get_all_native_method_prefixes(&method_prefix_count); in skip_prefixed_method_and_wrappers()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/prims/
H A DjvmtiExport.cpp721 JvmtiExport::get_all_native_method_prefixes(int* count_ptr) { in get_all_native_method_prefixes() function in JvmtiExport
725 return JvmtiEnvBase::get_all_native_method_prefixes(count_ptr); in get_all_native_method_prefixes()
728 return JvmtiEnvBase::get_all_native_method_prefixes(count_ptr); in get_all_native_method_prefixes()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/prims/
H A DjvmtiExport.cpp721 JvmtiExport::get_all_native_method_prefixes(int* count_ptr) { in get_all_native_method_prefixes() function in JvmtiExport
725 return JvmtiEnvBase::get_all_native_method_prefixes(count_ptr); in get_all_native_method_prefixes()
728 return JvmtiEnvBase::get_all_native_method_prefixes(count_ptr); in get_all_native_method_prefixes()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/prims/
H A DjvmtiExport.cpp727 JvmtiExport::get_all_native_method_prefixes(int* count_ptr) { in get_all_native_method_prefixes() function in JvmtiExport
731 return JvmtiEnvBase::get_all_native_method_prefixes(count_ptr); in get_all_native_method_prefixes()
734 return JvmtiEnvBase::get_all_native_method_prefixes(count_ptr); in get_all_native_method_prefixes()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/prims/
H A DjvmtiExport.cpp720 JvmtiExport::get_all_native_method_prefixes(int* count_ptr) { in get_all_native_method_prefixes() function in JvmtiExport
724 return JvmtiEnvBase::get_all_native_method_prefixes(count_ptr); in get_all_native_method_prefixes()
727 return JvmtiEnvBase::get_all_native_method_prefixes(count_ptr); in get_all_native_method_prefixes()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/prims/
H A DjvmtiExport.cpp727 JvmtiExport::get_all_native_method_prefixes(int* count_ptr) { in get_all_native_method_prefixes() function in JvmtiExport
731 return JvmtiEnvBase::get_all_native_method_prefixes(count_ptr); in get_all_native_method_prefixes()
734 return JvmtiEnvBase::get_all_native_method_prefixes(count_ptr); in get_all_native_method_prefixes()

1234