Home
last modified time | relevance | path

Searched refs:mono_method_is_generic_sharable_full (Results 1 – 6 of 6) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mono/mini/
H A Daot-runtime.c4195 …gboolean not_normal_gshared = method->is_inflated && !mono_method_is_generic_sharable_full (method… in mono_aot_can_dedup()
4534 …if (method->is_inflated && !method->wrapper_type && mono_method_is_generic_sharable_full (method, … in mono_aot_get_method_checked()
4682 …if (method_index == 0xffffff && method->is_inflated && mono_method_is_generic_sharable_full (metho… in mono_aot_get_method_checked()
4692 …if (method_index == 0xffffff && method->is_inflated && mono_method_is_generic_sharable_full (metho… in mono_aot_get_method_checked()
5650 if (method->is_inflated && !mono_method_is_generic_sharable_full (method, FALSE, FALSE, FALSE)) { in mono_aot_get_unbox_trampoline()
5652 …if (method_index == 0xffffff && mono_method_is_generic_sharable_full (method, FALSE, TRUE, FALSE))… in mono_aot_get_unbox_trampoline()
5656 …if (method_index == 0xffffff && mono_method_is_generic_sharable_full (method, FALSE, TRUE, TRUE)) { in mono_aot_get_unbox_trampoline()
H A Dmini-generic-sharing.c2908 mono_method_is_generic_sharable_full (MonoMethod *method, gboolean allow_type_vars, in mono_method_is_generic_sharable_full() function
2990 …return mono_method_is_generic_sharable_full (method, allow_type_vars, partial_sharing_supported ()… in mono_method_is_generic_sharable()
3659 partial = mono_method_is_generic_sharable_full (method, FALSE, TRUE, FALSE); in mini_get_shared_method_full()
H A Daot-compiler.c3759 if (mono_method_is_generic_sharable_full (method, TRUE, TRUE, FALSE)) in add_extra_method_with_depth()
3761 …T_GSHAREDVT) && prefer_gsharedvt_method (acfg, method) && mono_method_is_generic_sharable_full (me… in add_extra_method_with_depth()
4679 if (mono_method_is_generic_sharable_full (method, FALSE, FALSE, use_gsharedvt)) { in add_generic_class_with_depth()
5032 if (mono_method_is_generic_sharable_full (method, FALSE, FALSE, FALSE)) in add_generic_instances()
7946 mono_method_is_generic_sharable_full (m, FALSE, FALSE, FALSE)) && in compile_method()
7947 (!method_has_type_vars (m) || mono_method_is_generic_sharable_full (m, TRUE, TRUE, FALSE))) { in compile_method()
11726 !mono_method_is_generic_sharable_full (m, FALSE, FALSE, FALSE)) { in add_profile_instances()
11733 !mono_method_is_generic_sharable_full (m, FALSE, FALSE, FALSE)) { in add_profile_instances()
H A Dmini.h2674 mono_method_is_generic_sharable_full (MonoMethod *method, gboolean allow_type_vars, gboolean allow_…
H A Dmethod-to-ir.c2188 if (mono_method_is_generic_sharable_full (cmethod, TRUE, TRUE, TRUE)) in check_method_sharing()
2206 if (mono_method_is_generic_sharable_full (cmethod, TRUE, TRUE, TRUE)) { in check_method_sharing()
7117 ((!mono_method_is_generic_sharable_full (cmethod, TRUE, FALSE, FALSE) || in handle_ctor_call()
8951 (!mono_method_is_generic_sharable_full (cmethod, TRUE, FALSE, FALSE) || in mono_method_to_ir()
H A Dmini.c3120 (opts & MONO_OPT_GSHARED) && mono_method_is_generic_sharable_full (method, FALSE, FALSE, FALSE); in mini_method_compile()