Home
last modified time | relevance | path

Searched refs:linktime_resolve_static_method (Results 1 – 20 of 20) sorted by relevance

/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/interpreter/
H A DlinkResolver.hpp225 static Method* linktime_resolve_static_method (const LinkInfo& link_info, TRAPS);
H A DlinkResolver.cpp1079 Method* resolved_method = linktime_resolve_static_method(link_info, CHECK); in resolve_static_call()
1091 resolved_method = linktime_resolve_static_method(new_info, CHECK); in resolve_static_call()
1099 Method* LinkResolver::linktime_resolve_static_method(const LinkInfo& link_info, TRAPS) { in linktime_resolve_static_method() function in LinkResolver
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/interpreter/
H A DlinkResolver.hpp229 static methodHandle linktime_resolve_static_method (const LinkInfo& link_info, TRAPS);
H A DlinkResolver.cpp1061 methodHandle resolved_method = linktime_resolve_static_method(link_info, CHECK); in resolve_static_call()
1073 resolved_method = linktime_resolve_static_method(new_info, CHECK); in resolve_static_call()
1081 methodHandle LinkResolver::linktime_resolve_static_method(const LinkInfo& link_info, TRAPS) { in linktime_resolve_static_method() function in LinkResolver
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/interpreter/
H A DlinkResolver.hpp229 static methodHandle linktime_resolve_static_method (const LinkInfo& link_info, TRAPS);
H A DlinkResolver.cpp1061 methodHandle resolved_method = linktime_resolve_static_method(link_info, CHECK); in resolve_static_call()
1073 resolved_method = linktime_resolve_static_method(new_info, CHECK); in resolve_static_call()
1081 methodHandle LinkResolver::linktime_resolve_static_method(const LinkInfo& link_info, TRAPS) { in linktime_resolve_static_method() function in LinkResolver
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/interpreter/
H A DlinkResolver.hpp228 static methodHandle linktime_resolve_static_method (const LinkInfo& link_info, TRAPS);
H A DlinkResolver.cpp1055 methodHandle resolved_method = linktime_resolve_static_method(link_info, CHECK); in resolve_static_call()
1067 resolved_method = linktime_resolve_static_method(new_info, CHECK); in resolve_static_call()
1075 methodHandle LinkResolver::linktime_resolve_static_method(const LinkInfo& link_info, TRAPS) { in linktime_resolve_static_method() function in LinkResolver
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/interpreter/
H A DlinkResolver.hpp229 static Method* linktime_resolve_static_method (const LinkInfo& link_info, TRAPS);
H A DlinkResolver.cpp1089 Method* resolved_method = linktime_resolve_static_method(link_info, CHECK); in resolve_static_call()
1102 resolved_method = linktime_resolve_static_method(new_info, CHECK); in resolve_static_call()
1110 Method* LinkResolver::linktime_resolve_static_method(const LinkInfo& link_info, TRAPS) { in linktime_resolve_static_method() function in LinkResolver
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/interpreter/
H A DlinkResolver.hpp229 static Method* linktime_resolve_static_method (const LinkInfo& link_info, TRAPS);
H A DlinkResolver.cpp1065 Method* resolved_method = linktime_resolve_static_method(link_info, CHECK); in resolve_static_call()
1078 resolved_method = linktime_resolve_static_method(new_info, CHECK); in resolve_static_call()
1086 Method* LinkResolver::linktime_resolve_static_method(const LinkInfo& link_info, TRAPS) { in linktime_resolve_static_method() function in LinkResolver
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/interpreter/
H A DlinkResolver.hpp230 static methodHandle linktime_resolve_static_method (const LinkInfo& link_info, TRAPS);
H A DlinkResolver.cpp1061 methodHandle resolved_method = linktime_resolve_static_method(link_info, CHECK); in resolve_static_call()
1073 resolved_method = linktime_resolve_static_method(new_info, CHECK); in resolve_static_call()
1081 methodHandle LinkResolver::linktime_resolve_static_method(const LinkInfo& link_info, TRAPS) { in linktime_resolve_static_method() function in LinkResolver
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/interpreter/
H A DlinkResolver.hpp228 static Method* linktime_resolve_static_method (const LinkInfo& link_info, TRAPS);
H A DlinkResolver.cpp1053 Method* resolved_method = linktime_resolve_static_method(link_info, CHECK); in resolve_static_call()
1065 resolved_method = linktime_resolve_static_method(new_info, CHECK); in resolve_static_call()
1073 Method* LinkResolver::linktime_resolve_static_method(const LinkInfo& link_info, TRAPS) { in linktime_resolve_static_method() function in LinkResolver
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/interpreter/
H A DlinkResolver.hpp143 …static void linktime_resolve_static_method (methodHandle& resolved_method, KlassHandle resolved…
H A DlinkResolver.cpp863linktime_resolve_static_method(resolved_method, resolved_klass, method_name, method_signature, cur… in resolve_static_call()
869linktime_resolve_static_method(resolved_method, resolved_klass, method_name, method_signature, cur… in resolve_static_call()
877 void LinkResolver::linktime_resolve_static_method(methodHandle& resolved_method, KlassHandle resolv… in linktime_resolve_static_method() function in LinkResolver
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/interpreter/
H A DlinkResolver.hpp143 …static void linktime_resolve_static_method (methodHandle& resolved_method, KlassHandle resolved…
H A DlinkResolver.cpp863linktime_resolve_static_method(resolved_method, resolved_klass, method_name, method_signature, cur… in resolve_static_call()
869linktime_resolve_static_method(resolved_method, resolved_klass, method_name, method_signature, cur… in resolve_static_call()
877 void LinkResolver::linktime_resolve_static_method(methodHandle& resolved_method, KlassHandle resolv… in linktime_resolve_static_method() function in LinkResolver