Home
last modified time | relevance | path

Searched refs:better_type (Results 1 – 13 of 13) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/mcs/
H A Dnamespace.cs433 TypeSpec better_type; in AddType()
438 better_type = IsImportedTypeOverride (module, ts, found); in AddType()
439 if (better_type == found) in AddType()
442 if (better_type != null) { in AddType()
443 existing [0] = better_type; in AddType()
457 better_type = IsImportedTypeOverride (module, ts, found); in AddType()
458 if (better_type == found) in AddType()
461 if (better_type != null) { in AddType()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/opto/
H A DdoCall.cpp675 ciKlass* better_type = method()->return_profiled_type(bci()); in do_call() local
676 if (UseTypeSpeculation && better_type != NULL) { in do_call()
680 record_profile_for_speculation(stack(sp()-1), better_type); in do_call()
H A DgraphKit.cpp2197 ciKlass* better_type = method()->argument_profiled_type(bci(), i); in record_profiled_arguments_for_speculation() local
2198 if (better_type != NULL) { in record_profiled_arguments_for_speculation()
2199 record_profile_for_speculation(argument(j), better_type); in record_profiled_arguments_for_speculation()
2216 ciKlass* better_type = method()->parameter_profiled_type(j); in record_profiled_parameters_for_speculation() local
2217 if (better_type != NULL) { in record_profiled_parameters_for_speculation()
2218 record_profile_for_speculation(local(i), better_type); in record_profiled_parameters_for_speculation()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/opto/
H A DdoCall.cpp675 ciKlass* better_type = method()->return_profiled_type(bci()); in do_call() local
676 if (UseTypeSpeculation && better_type != NULL) { in do_call()
680 record_profile_for_speculation(stack(sp()-1), better_type); in do_call()
H A DgraphKit.cpp2197 ciKlass* better_type = method()->argument_profiled_type(bci(), i); in record_profiled_arguments_for_speculation() local
2198 if (better_type != NULL) { in record_profiled_arguments_for_speculation()
2199 record_profile_for_speculation(argument(j), better_type); in record_profiled_arguments_for_speculation()
2216 ciKlass* better_type = method()->parameter_profiled_type(j); in record_profiled_parameters_for_speculation() local
2217 if (better_type != NULL) { in record_profiled_parameters_for_speculation()
2218 record_profile_for_speculation(local(i), better_type); in record_profiled_parameters_for_speculation()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/opto/
H A DgraphKit.cpp2296 ciKlass* better_type = NULL; in record_profiled_arguments_for_speculation() local
2297 if (method()->argument_profiled_type(bci(), i, better_type, ptr_kind)) { in record_profiled_arguments_for_speculation()
2298 record_profile_for_speculation(argument(j), better_type, ptr_kind); in record_profiled_arguments_for_speculation()
2316 ciKlass* better_type = NULL; in record_profiled_parameters_for_speculation() local
2317 if (method()->parameter_profiled_type(j, better_type, ptr_kind)) { in record_profiled_parameters_for_speculation()
2318 record_profile_for_speculation(local(i), better_type, ptr_kind); in record_profiled_parameters_for_speculation()
2334 ciKlass* better_type = NULL; in record_profiled_return_for_speculation() local
2335 if (method()->return_profiled_type(bci(), better_type, ptr_kind)) { in record_profiled_return_for_speculation()
2339 record_profile_for_speculation(stack(sp()-1), better_type, ptr_kind); in record_profiled_return_for_speculation()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/opto/
H A DgraphKit.cpp2296 ciKlass* better_type = NULL; in record_profiled_arguments_for_speculation() local
2297 if (method()->argument_profiled_type(bci(), i, better_type, ptr_kind)) { in record_profiled_arguments_for_speculation()
2298 record_profile_for_speculation(argument(j), better_type, ptr_kind); in record_profiled_arguments_for_speculation()
2316 ciKlass* better_type = NULL; in record_profiled_parameters_for_speculation() local
2317 if (method()->parameter_profiled_type(j, better_type, ptr_kind)) { in record_profiled_parameters_for_speculation()
2318 record_profile_for_speculation(local(i), better_type, ptr_kind); in record_profiled_parameters_for_speculation()
2334 ciKlass* better_type = NULL; in record_profiled_return_for_speculation() local
2335 if (method()->return_profiled_type(bci(), better_type, ptr_kind)) { in record_profiled_return_for_speculation()
2339 record_profile_for_speculation(stack(sp()-1), better_type, ptr_kind); in record_profiled_return_for_speculation()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/opto/
H A DgraphKit.cpp2283 ciKlass* better_type = NULL; in record_profiled_arguments_for_speculation() local
2284 if (method()->argument_profiled_type(bci(), i, better_type, ptr_kind)) { in record_profiled_arguments_for_speculation()
2285 record_profile_for_speculation(argument(j), better_type, ptr_kind); in record_profiled_arguments_for_speculation()
2303 ciKlass* better_type = NULL; in record_profiled_parameters_for_speculation() local
2304 if (method()->parameter_profiled_type(j, better_type, ptr_kind)) { in record_profiled_parameters_for_speculation()
2305 record_profile_for_speculation(local(i), better_type, ptr_kind); in record_profiled_parameters_for_speculation()
2321 ciKlass* better_type = NULL; in record_profiled_return_for_speculation() local
2322 if (method()->return_profiled_type(bci(), better_type, ptr_kind)) { in record_profiled_return_for_speculation()
2326 record_profile_for_speculation(stack(sp()-1), better_type, ptr_kind); in record_profiled_return_for_speculation()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/opto/
H A DgraphKit.cpp2267 ciKlass* better_type = NULL; in record_profiled_arguments_for_speculation() local
2268 if (method()->argument_profiled_type(bci(), i, better_type, ptr_kind)) { in record_profiled_arguments_for_speculation()
2269 record_profile_for_speculation(argument(j), better_type, ptr_kind); in record_profiled_arguments_for_speculation()
2287 ciKlass* better_type = NULL; in record_profiled_parameters_for_speculation() local
2288 if (method()->parameter_profiled_type(j, better_type, ptr_kind)) { in record_profiled_parameters_for_speculation()
2289 record_profile_for_speculation(local(i), better_type, ptr_kind); in record_profiled_parameters_for_speculation()
2305 ciKlass* better_type = NULL; in record_profiled_return_for_speculation() local
2306 if (method()->return_profiled_type(bci(), better_type, ptr_kind)) { in record_profiled_return_for_speculation()
2310 record_profile_for_speculation(stack(sp()-1), better_type, ptr_kind); in record_profiled_return_for_speculation()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/opto/
H A DgraphKit.cpp2263 ciKlass* better_type = NULL; in record_profiled_arguments_for_speculation() local
2264 if (method()->argument_profiled_type(bci(), i, better_type, ptr_kind)) { in record_profiled_arguments_for_speculation()
2265 record_profile_for_speculation(argument(j), better_type, ptr_kind); in record_profiled_arguments_for_speculation()
2283 ciKlass* better_type = NULL; in record_profiled_parameters_for_speculation() local
2284 if (method()->parameter_profiled_type(j, better_type, ptr_kind)) { in record_profiled_parameters_for_speculation()
2285 record_profile_for_speculation(local(i), better_type, ptr_kind); in record_profiled_parameters_for_speculation()
2301 ciKlass* better_type = NULL; in record_profiled_return_for_speculation() local
2302 if (method()->return_profiled_type(bci(), better_type, ptr_kind)) { in record_profiled_return_for_speculation()
2306 record_profile_for_speculation(stack(sp()-1), better_type, ptr_kind); in record_profiled_return_for_speculation()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/opto/
H A DgraphKit.cpp2275 ciKlass* better_type = NULL; in record_profiled_arguments_for_speculation() local
2276 if (method()->argument_profiled_type(bci(), i, better_type, ptr_kind)) { in record_profiled_arguments_for_speculation()
2277 record_profile_for_speculation(argument(j), better_type, ptr_kind); in record_profiled_arguments_for_speculation()
2295 ciKlass* better_type = NULL; in record_profiled_parameters_for_speculation() local
2296 if (method()->parameter_profiled_type(j, better_type, ptr_kind)) { in record_profiled_parameters_for_speculation()
2297 record_profile_for_speculation(local(i), better_type, ptr_kind); in record_profiled_parameters_for_speculation()
2313 ciKlass* better_type = NULL; in record_profiled_return_for_speculation() local
2314 if (method()->return_profiled_type(bci(), better_type, ptr_kind)) { in record_profiled_return_for_speculation()
2318 record_profile_for_speculation(stack(sp()-1), better_type, ptr_kind); in record_profiled_return_for_speculation()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/opto/
H A DgraphKit.cpp2275 ciKlass* better_type = NULL; in record_profiled_arguments_for_speculation() local
2276 if (method()->argument_profiled_type(bci(), i, better_type, ptr_kind)) { in record_profiled_arguments_for_speculation()
2277 record_profile_for_speculation(argument(j), better_type, ptr_kind); in record_profiled_arguments_for_speculation()
2295 ciKlass* better_type = NULL; in record_profiled_parameters_for_speculation() local
2296 if (method()->parameter_profiled_type(j, better_type, ptr_kind)) { in record_profiled_parameters_for_speculation()
2297 record_profile_for_speculation(local(i), better_type, ptr_kind); in record_profiled_parameters_for_speculation()
2313 ciKlass* better_type = NULL; in record_profiled_return_for_speculation() local
2314 if (method()->return_profiled_type(bci(), better_type, ptr_kind)) { in record_profiled_return_for_speculation()
2318 record_profile_for_speculation(stack(sp()-1), better_type, ptr_kind); in record_profiled_return_for_speculation()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/opto/
H A DgraphKit.cpp2292 ciKlass* better_type = NULL; in record_profiled_arguments_for_speculation() local
2293 if (method()->argument_profiled_type(bci(), i, better_type, ptr_kind)) { in record_profiled_arguments_for_speculation()
2294 record_profile_for_speculation(argument(j), better_type, ptr_kind); in record_profiled_arguments_for_speculation()
2312 ciKlass* better_type = NULL; in record_profiled_parameters_for_speculation() local
2313 if (method()->parameter_profiled_type(j, better_type, ptr_kind)) { in record_profiled_parameters_for_speculation()
2314 record_profile_for_speculation(local(i), better_type, ptr_kind); in record_profiled_parameters_for_speculation()
2330 ciKlass* better_type = NULL; in record_profiled_return_for_speculation() local
2331 if (method()->return_profiled_type(bci(), better_type, ptr_kind)) { in record_profiled_return_for_speculation()
2335 record_profile_for_speculation(stack(sp()-1), better_type, ptr_kind); in record_profiled_return_for_speculation()