Home
last modified time | relevance | path

Searched refs:get_all_native_method_prefixes (Results 1 – 25 of 80) sorted by last modified time

1234

/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/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/oops/
H A Dmethod.cpp400 char** prefixes = JvmtiExport::get_all_native_method_prefixes(&prefix_count); in find_prefixed_native()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/prims/
H A DjvmtiEnvBase.cpp445 JvmtiEnvBase::get_all_native_method_prefixes(int* count_ptr) { in get_all_native_method_prefixes() function in JvmtiEnvBase
H A DjvmtiExport.hpp408 static char** get_all_native_method_prefixes(int* count_ptr) NOT_JVMTI_RETURN_(NULL);
H A DjvmtiRedefineClasses.cpp3926 prefixes = JvmtiExport::get_all_native_method_prefixes(&prefix_count); in TransferNativeFunctionRegistration()
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()
H A DnativeLookup.cpp483 char** prefixes = JvmtiExport::get_all_native_method_prefixes(&prefix_count); in lookup_entry_prefixed()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/prims/
H A DnativeLookup.cpp481 char** prefixes = JvmtiExport::get_all_native_method_prefixes(&prefix_count); in lookup_entry_prefixed()
H A DjvmtiExport.hpp403 static char** get_all_native_method_prefixes(int* count_ptr) NOT_JVMTI_RETURN_(NULL);
H A DjvmtiRedefineClasses.cpp3796 prefixes = JvmtiExport::get_all_native_method_prefixes(&prefix_count); in TransferNativeFunctionRegistration()
H A Djni.cpp2925 char** prefixes = JvmtiExport::get_all_native_method_prefixes(&prefix_count); in find_prefixed_native()
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()
H A DjvmtiEnvBase.cpp444 JvmtiEnvBase::get_all_native_method_prefixes(int* count_ptr) { in get_all_native_method_prefixes() function in JvmtiEnvBase
/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/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/prims/
H A DjvmtiRedefineClasses.cpp3748 prefixes = JvmtiExport::get_all_native_method_prefixes(&prefix_count); in TransferNativeFunctionRegistration()
H A DnativeLookup.cpp461 char** prefixes = JvmtiExport::get_all_native_method_prefixes(&prefix_count); in lookup_entry_prefixed()
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()
H A Djni.cpp3977 char** prefixes = JvmtiExport::get_all_native_method_prefixes(&prefix_count);
H A DjvmtiEnvBase.cpp424 JvmtiEnvBase::get_all_native_method_prefixes(int* count_ptr) { in get_all_native_method_prefixes() function in JvmtiEnvBase
H A DjvmtiEnvBase.hpp163 static char** get_all_native_method_prefixes(int* count_ptr);
H A DjvmtiExport.hpp378 static char** get_all_native_method_prefixes(int* count_ptr) NOT_JVMTI_RETURN_(NULL);
/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/prims/
H A DjvmtiEnvBase.hpp163 static char** get_all_native_method_prefixes(int* count_ptr);

1234