Home
last modified time | relevance | path

Searched refs:attached_method (Results 1 – 25 of 40) sorted by relevance

12

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/runtime/
H A DsharedRuntime.cpp1109 methodHandle attached_method = extract_attached_method(vfst); in find_callee_info_helper() local
1110 if (attached_method.not_null()) { in find_callee_info_helper()
1122 if (attached_method->method_holder()->is_interface()) { in find_callee_info_helper()
1127 if (!attached_method->method_holder()->is_interface()) { in find_callee_info_helper()
1132 if (!MethodHandles::is_signature_polymorphic_method(attached_method())) { in find_callee_info_helper()
1133 bc = attached_method->is_static() ? Bytecodes::_invokestatic in find_callee_info_helper()
1158 if (attached_method.is_null()) { in find_callee_info_helper()
1174 if (attached_method.not_null()) { in find_callee_info_helper()
1176 LinkResolver::resolve_invoke(callinfo, receiver, attached_method, bc, CHECK_NH); in find_callee_info_helper()
1189 if (attached_method.not_null()) { in find_callee_info_helper()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/runtime/
H A DsharedRuntime.cpp1109 methodHandle attached_method = extract_attached_method(vfst); in find_callee_info_helper() local
1110 if (attached_method.not_null()) { in find_callee_info_helper()
1122 if (attached_method->method_holder()->is_interface()) { in find_callee_info_helper()
1127 if (!attached_method->method_holder()->is_interface()) { in find_callee_info_helper()
1132 if (!MethodHandles::is_signature_polymorphic_method(attached_method())) { in find_callee_info_helper()
1133 bc = attached_method->is_static() ? Bytecodes::_invokestatic in find_callee_info_helper()
1158 if (attached_method.is_null()) { in find_callee_info_helper()
1174 if (attached_method.not_null()) { in find_callee_info_helper()
1176 LinkResolver::resolve_invoke(callinfo, receiver, attached_method, bc, CHECK_NH); in find_callee_info_helper()
1189 if (attached_method.not_null()) { in find_callee_info_helper()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/runtime/
H A DsharedRuntime.cpp1059 methodHandle attached_method = extract_attached_method(vfst); in find_callee_info_helper() local
1060 if (attached_method.not_null()) { in find_callee_info_helper()
1072 if (attached_method->method_holder()->is_interface()) { in find_callee_info_helper()
1077 if (!attached_method->method_holder()->is_interface()) { in find_callee_info_helper()
1082 if (!MethodHandles::is_signature_polymorphic_method(attached_method())) { in find_callee_info_helper()
1083 bc = attached_method->is_static() ? Bytecodes::_invokestatic in find_callee_info_helper()
1108 if (attached_method.is_null()) { in find_callee_info_helper()
1124 if (attached_method.not_null()) { in find_callee_info_helper()
1126 LinkResolver::resolve_invoke(callinfo, receiver, attached_method, bc, CHECK_NH); in find_callee_info_helper()
1139 if (attached_method.not_null()) { in find_callee_info_helper()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/runtime/
H A DsharedRuntime.cpp1088 methodHandle attached_method = extract_attached_method(vfst); in find_callee_info_helper() local
1089 if (attached_method.not_null()) { in find_callee_info_helper()
1101 if (attached_method->method_holder()->is_interface()) { in find_callee_info_helper()
1106 if (!attached_method->method_holder()->is_interface()) { in find_callee_info_helper()
1111 if (!MethodHandles::is_signature_polymorphic_method(attached_method())) { in find_callee_info_helper()
1112 bc = attached_method->is_static() ? Bytecodes::_invokestatic in find_callee_info_helper()
1137 if (attached_method.is_null()) { in find_callee_info_helper()
1153 if (attached_method.not_null()) { in find_callee_info_helper()
1155 LinkResolver::resolve_invoke(callinfo, receiver, attached_method, bc, CHECK_NH); in find_callee_info_helper()
1168 if (attached_method.not_null()) { in find_callee_info_helper()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/runtime/
H A DsharedRuntime.cpp1093 methodHandle attached_method(THREAD, extract_attached_method(vfst)); in find_callee_info_helper() local
1094 if (attached_method.not_null()) { in find_callee_info_helper()
1106 if (attached_method->method_holder()->is_interface()) { in find_callee_info_helper()
1111 if (!attached_method->method_holder()->is_interface()) { in find_callee_info_helper()
1116 if (!MethodHandles::is_signature_polymorphic_method(attached_method())) { in find_callee_info_helper()
1117 bc = attached_method->is_static() ? Bytecodes::_invokestatic in find_callee_info_helper()
1142 if (attached_method.is_null()) { in find_callee_info_helper()
1158 if (attached_method.not_null()) { in find_callee_info_helper()
1160 LinkResolver::resolve_invoke(callinfo, receiver, attached_method, bc, CHECK_NH); in find_callee_info_helper()
1173 if (attached_method.not_null()) { in find_callee_info_helper()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/runtime/
H A DsharedRuntime.cpp1059 methodHandle attached_method(THREAD, extract_attached_method(vfst)); in find_callee_info_helper() local
1060 if (attached_method.not_null()) { in find_callee_info_helper()
1072 if (attached_method->method_holder()->is_interface()) { in find_callee_info_helper()
1077 if (!attached_method->method_holder()->is_interface()) { in find_callee_info_helper()
1082 if (!MethodHandles::is_signature_polymorphic_method(attached_method())) { in find_callee_info_helper()
1083 bc = attached_method->is_static() ? Bytecodes::_invokestatic in find_callee_info_helper()
1108 if (attached_method.is_null()) { in find_callee_info_helper()
1124 if (attached_method.not_null()) { in find_callee_info_helper()
1126 LinkResolver::resolve_invoke(callinfo, receiver, attached_method, bc, CHECK_NH); in find_callee_info_helper()
1139 if (attached_method.not_null()) { in find_callee_info_helper()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/runtime/
H A DsharedRuntime.cpp1058 methodHandle attached_method(THREAD, extract_attached_method(vfst)); in find_callee_info_helper() local
1059 if (attached_method.not_null()) { in find_callee_info_helper()
1071 if (attached_method->method_holder()->is_interface()) { in find_callee_info_helper()
1076 if (!attached_method->method_holder()->is_interface()) { in find_callee_info_helper()
1081 if (!MethodHandles::is_signature_polymorphic_method(attached_method())) { in find_callee_info_helper()
1082 bc = attached_method->is_static() ? Bytecodes::_invokestatic in find_callee_info_helper()
1107 if (attached_method.is_null()) { in find_callee_info_helper()
1123 if (attached_method.not_null()) { in find_callee_info_helper()
1125 LinkResolver::resolve_invoke(callinfo, receiver, attached_method, bc, CHECK_NH); in find_callee_info_helper()
1138 if (attached_method.not_null()) { in find_callee_info_helper()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/runtime/
H A DsharedRuntime.cpp1096 methodHandle attached_method(current, extract_attached_method(vfst)); in find_callee_info_helper() local
1097 if (attached_method.not_null()) { in find_callee_info_helper()
1109 if (attached_method->method_holder()->is_interface()) { in find_callee_info_helper()
1114 if (!attached_method->method_holder()->is_interface()) { in find_callee_info_helper()
1119 if (!MethodHandles::is_signature_polymorphic_method(attached_method())) { in find_callee_info_helper()
1120 bc = attached_method->is_static() ? Bytecodes::_invokestatic in find_callee_info_helper()
1145 if (attached_method.is_null()) { in find_callee_info_helper()
1161 if (attached_method.not_null()) { in find_callee_info_helper()
1163 LinkResolver::resolve_invoke(callinfo, receiver, attached_method, bc, CHECK_NH); in find_callee_info_helper()
1176 if (attached_method.not_null()) { in find_callee_info_helper()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/code/
H A DcompiledMethod.cpp296 Method* CompiledMethod::attached_method(address call_instr) { in attached_method() function in CompiledMethod
315 return attached_method(ncall->instruction_address()); in attached_method_before_pc()
H A DcompiledMethod.hpp368 Method* attached_method(address call_pc);
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/code/
H A DcompiledMethod.cpp296 Method* CompiledMethod::attached_method(address call_instr) { in attached_method() function in CompiledMethod
315 return attached_method(ncall->instruction_address()); in attached_method_before_pc()
H A DcompiledMethod.hpp368 Method* attached_method(address call_pc);
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/code/
H A DcompiledMethod.cpp366 Method* CompiledMethod::attached_method(address call_instr) { in attached_method() function in CompiledMethod
385 return attached_method(ncall->instruction_address()); in attached_method_before_pc()
H A DcompiledMethod.hpp382 Method* attached_method(address call_pc);
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/code/
H A DcompiledMethod.cpp381 Method* CompiledMethod::attached_method(address call_instr) { in attached_method() function in CompiledMethod
400 return attached_method(ncall->instruction_address()); in attached_method_before_pc()
H A DcompiledMethod.hpp385 Method* attached_method(address call_pc);
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/code/
H A DcompiledMethod.cpp382 Method* CompiledMethod::attached_method(address call_instr) { in attached_method() function in CompiledMethod
401 return attached_method(ncall->instruction_address()); in attached_method_before_pc()
H A DcompiledMethod.hpp381 Method* attached_method(address call_pc);
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/code/
H A DcompiledMethod.cpp370 Method* CompiledMethod::attached_method(address call_instr) { in attached_method() function in CompiledMethod
389 return attached_method(ncall->instruction_address()); in attached_method_before_pc()
H A DcompiledMethod.hpp392 Method* attached_method(address call_pc);
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/code/
H A DcompiledMethod.cpp378 Method* CompiledMethod::attached_method(address call_instr) { in attached_method() function in CompiledMethod
397 return attached_method(ncall->instruction_address()); in attached_method_before_pc()
H A DcompiledMethod.hpp391 Method* attached_method(address call_pc);
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/code/
H A DcompiledMethod.cpp378 Method* CompiledMethod::attached_method(address call_instr) { in attached_method() function in CompiledMethod
397 return attached_method(ncall->instruction_address()); in attached_method_before_pc()
H A DcompiledMethod.hpp391 Method* attached_method(address call_pc);
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/interpreter/
H A DlinkResolver.hpp333 const methodHandle& attached_method,

12