Home
last modified time | relevance | path

Searched refs:mono_lookup_pinvoke_call (Results 1 – 7 of 7) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mono/metadata/
H A Dloader.h74 mono_lookup_pinvoke_call (MonoMethod *method, const char **exc_class, const char **exc_arg);
H A Dloader.c1177 mono_lookup_pinvoke_call (MonoMethod *method, const char **exc_class, const char **exc_arg) in mono_lookup_pinvoke_call() function
H A Dmarshal.c482 ftnptr = mono_lookup_pinvoke_call (method, &exc_class, &exc_arg); in mono_delegate_handle_to_ftnptr()
8005 mono_lookup_pinvoke_call (method, &exc_class, &exc_arg); in mono_marshal_get_native_wrapper()
H A Dicall.c7589 mono_lookup_pinvoke_call (method, &exc_class, &exc_arg); in prelink_method()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/
H A Dmono.def408 mono_lookup_pinvoke_call
/dports/lang/mono/mono-5.10.1.57/mono/mini/
H A Dmini-runtime.c1537 target = mono_lookup_pinvoke_call (patch_info->data.method, &exc_class, &exc_arg); in mono_resolve_patch_target()
H A Dmini.c4077 mono_lookup_pinvoke_call (method, NULL, NULL); in mono_jit_compile_method_inner()