Home
last modified time | relevance | path

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

/dports/lang/mono/mono-5.10.1.57/mono/metadata/
H A Dclass-internals.h1049 mono_class_inflate_generic_type_with_mempool (MonoImage *image, MonoType *type, MonoGenericContext …
H A Dclass.c852 mono_class_inflate_generic_type_with_mempool (MonoImage *image, MonoType *type, MonoGenericContext … in mono_class_inflate_generic_type_with_mempool() function
912 return mono_class_inflate_generic_type_with_mempool (NULL, type, context, error); in mono_class_inflate_generic_type_checked()
/dports/lang/mono/mono-5.10.1.57/mono/mini/
H A Dmini-generic-sharing.c556 gpointer result = mono_class_inflate_generic_type_with_mempool (temporary ? NULL : klass->image, in inflate_info()