Home
last modified time | relevance | path

Searched refs:WRAPPER_SUBTYPE_PINVOKE (Results 1 – 4 of 4) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mono/metadata/
H A Dmarshal.h110 WRAPPER_SUBTYPE_PINVOKE, enumerator
H A Dmarshal.c2905 …E || info->subtype == WRAPPER_SUBTYPE_NATIVE_FUNC_AOT || info->subtype == WRAPPER_SUBTYPE_PINVOKE)) in mono_marshal_method_from_wrapper()
8335 info = mono_wrapper_info_create (mb, WRAPPER_SUBTYPE_PINVOKE); in mono_marshal_get_native_wrapper()
/dports/lang/mono/mono-5.10.1.57/mono/mini/
H A Daot-compiler.c3326 g_assert (info->subtype == WRAPPER_SUBTYPE_NONE || info->subtype == WRAPPER_SUBTYPE_PINVOKE); in encode_method_ref()
8423 case WRAPPER_SUBTYPE_PINVOKE: in append_mangled_wrapper_subtype()
8601 g_assert (info->subtype == WRAPPER_SUBTYPE_NONE || info->subtype == WRAPPER_SUBTYPE_PINVOKE); in append_mangled_wrapper()
H A Dmethod-to-ir.c2349 if (info && info->subtype == WRAPPER_SUBTYPE_PINVOKE) in mini_emit_calli()