Home
last modified time | relevance | path

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

/dports/lang/mono/mono-5.10.1.57/mono/metadata/
H A Dsre.c197 #define image_g_new0(image,struct_type, n_structs) \ macro
309 clauses = image_g_new0 (image, MonoExceptionClause, num_clauses); in method_encode_clauses()
2669 res = image_g_new0 (image, MonoMarshalSpec, 1); in mono_marshal_spec_from_builder()
2806 m = (MonoMethod *)image_g_new0 (image, MonoMethodPInvoke, 1); in reflection_methodbuilder_to_mono_method()
2808 m = (MonoMethod *)image_g_new0 (image, MonoDynamicMethod, 1); in reflection_methodbuilder_to_mono_method()
2832 method_aux = image_g_new0 (image, MonoReflectionMethodAux, 1); in reflection_methodbuilder_to_mono_method()
2889 header->locals [i] = image_g_new0 (image, MonoType, 1); in reflection_methodbuilder_to_mono_method()
2978 method_aux = image_g_new0 (image, MonoReflectionMethodAux, 1); in reflection_methodbuilder_to_mono_method()
3447 klass->fields = image_g_new0 (image, MonoClassField, fcount); in typebuilder_setup_fields()
3532 properties = image_g_new0 (image, MonoProperty, info->count); in typebuilder_setup_properties()
[all …]