Home
last modified time | relevance | path

Searched refs:mono_method_is_generic_sharable (Results 1 – 5 of 5) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mono/mini/
H A Dmini-generic-sharing.c2988 mono_method_is_generic_sharable (MonoMethod *method, gboolean allow_type_vars) in mono_method_is_generic_sharable() function
3006 if (!mono_method_is_generic_sharable (method, allow_type_vars)) in mono_method_needs_static_rgctx_invoke()
H A Dmini.c4236 if (mono_method_is_generic_sharable (method, FALSE)) in mono_jit_compile_method_inner()
4263 if (cfg->gshared && mono_method_is_generic_sharable (method, FALSE)) in mono_jit_compile_method_inner()
H A Dmini.h2671 mono_method_is_generic_sharable (MonoMethod *method, gboolean allow_type_vars);
H A Dmini-runtime.c1730 if (!mono_method_is_generic_sharable (method, FALSE)) in lookup_method()
H A Dmethod-to-ir.c7062 mono_method_is_generic_sharable (cmethod, TRUE)) { in handle_ctor_call()
8640 … != method->klass && mono_class_is_ginst (cmethod->klass) && mono_method_is_generic_sharable (cmet… in mono_method_to_ir()
9919 … != method->klass && mono_class_is_ginst (cmethod->klass) && mono_method_is_generic_sharable (cmet… in mono_method_to_ir()