Home
last modified time | relevance | path

Searched refs:mono_marshal_get_delegate_invoke_internal (Results 1 – 3 of 3) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mono/metadata/
H A Dmarshal.h325 mono_marshal_get_delegate_invoke_internal (MonoMethod *method, gboolean callvirt, gboolean static_m…
H A Dmarshal.c3502 mono_marshal_get_delegate_invoke_internal (MonoMethod *method, gboolean callvirt, gboolean static_m… in mono_marshal_get_delegate_invoke_internal() function
3859 …return mono_marshal_get_delegate_invoke_internal (method, callvirt, static_method_with_first_arg_b… in mono_marshal_get_delegate_invoke()
/dports/lang/mono/mono-5.10.1.57/mono/mini/
H A Daot-compiler.c4217 del_invoke = mono_marshal_get_delegate_invoke_internal (invoke, FALSE, TRUE, wrapper); in add_wrappers()