Home
last modified time | relevance | path

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

/dports/lang/mono/mono-5.10.1.57/mono/metadata/
H A Dclass.h65 mono_bounded_array_class_get (MonoClass *element_class, uint32_t rank, mono_bool bounded);
H A Dicall.c630 aklass = mono_bounded_array_class_get (klass, mono_array_length (lengths), bounded); in ves_icall_System_Array_CreateInstanceImpl()
682 aklass = mono_bounded_array_class_get (klass, mono_array_length (lengths), bounded); in ves_icall_System_Array_CreateInstanceImpl64()
6237 aklass = mono_bounded_array_class_get (klass, rank, TRUE); in ves_icall_RuntimeType_make_array_type()
H A Dreflection.c1991 klass = mono_bounded_array_class_get (klass, modval, bounded); in mono_reflection_get_type_internal()
H A Dclass.c6520 return mono_bounded_array_class_get (type->data.array->eklass, type->data.array->rank, TRUE); in mono_class_from_mono_type()
6604 mono_bounded_array_class_get (MonoClass *eclass, guint32 rank, gboolean bounded) in mono_bounded_array_class_get() function
6872 return mono_bounded_array_class_get (eclass, rank, FALSE); in mono_array_class_get()
H A Dcominterop.c3319 aklass = mono_bounded_array_class_get (mono_defaults.object_class, dim, bounded); in mono_marshal_safearray_begin()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/
H A Dmono.def65 mono_bounded_array_class_get
/dports/lang/mono/mono-5.10.1.57/mono/mini/
H A Daot-compiler.c4724 MonoClass *array_class = mono_bounded_array_class_get (tclass, 1, FALSE); in add_generic_class_with_depth()