Home
last modified time | relevance | path

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

/dports/lang/mono/mono-5.10.1.57/mono/metadata/
H A Dreflection.c276 MONO_HANDLE_SET (res, assembly, assm_obj); in module_object_construct()
349 MONO_HANDLE_SET (res, assembly, assm_obj); in mono_module_file_get_object_handle()
598 MONO_HANDLE_SET (ret, reftype, rt); in method_object_construct()
697 MONO_HANDLE_SET (res, name, name); in field_object_construct()
703 MONO_HANDLE_SET (res, type, rt); in field_object_construct()
936 MONO_HANDLE_SET (param, ClassImpl, rt); in add_parameter_object_to_array()
938 MONO_HANDLE_SET (param, MemberImpl, member); in add_parameter_object_to_array()
1119 MONO_HANDLE_SET (info, local_type, rt); in add_local_var_info_to_array()
1150 MONO_HANDLE_SET (info, catch_type, rt); in add_exception_handling_clause_to_array()
1234 MONO_HANDLE_SET (ret, il, il_arr); in method_body_object_construct()
[all …]
H A Dappdomain.c501 MONO_HANDLE_SET (setup, configuration_file, config_file); in mono_domain_create_appdomain_checked()
540 MONO_HANDLE_SET (setup, application_base, base_dir_str); in mono_domain_set_config_checked()
543 MONO_HANDLE_SET (setup, configuration_file, config_file_name_str); in mono_domain_set_config_checked()
571 MONO_HANDLE_SET ((dst),field,copied_val); \ in copy_app_domain_setup()
648 MONO_HANDLE_SET (setup, application_base, s); in mono_domain_create_appdomain_internal()
2213 MONO_HANDLE_SET (refass, evidence, evidence); in ves_icall_System_AppDomain_LoadAssemblyRaw()
2266 MONO_HANDLE_SET (refass, evidence, evidence); in ves_icall_System_AppDomain_LoadAssembly()
H A Dhandle.h377 #define MONO_HANDLE_SET(HANDLE, FIELD, VALUE) do { \ macro
H A Dsre.c2752 MONO_HANDLE_SET (minfo, marshal_type_ref, rt); in mono_reflection_marshal_as_attribute_from_marshal_spec()
2757 MONO_HANDLE_SET (minfo, marshal_type, custom_name); in mono_reflection_marshal_as_attribute_from_marshal_spec()
2762 MONO_HANDLE_SET (minfo, marshal_cookie, cookie); in mono_reflection_marshal_as_attribute_from_marshal_spec()
H A Dicall.c4962 MONO_HANDLE_SET (info, filename, mono_string_new_handle (domain, val, error)); in get_manifest_resource_info_internal()
4978 MONO_HANDLE_SET (info, assembly, assm_obj); in get_manifest_resource_info_internal()
6482 MONO_HANDLE_SET (tp, rp, rp); in ves_icall_Remoting_RealProxy_GetTransparentProxy()
7420 MONO_HANDLE_SET (m, name, s); in ves_icall_MonoMethod_get_name()
H A Dobject.c7961 MONO_HANDLE_SET (delegate, target, target); in mono_delegate_ctor_with_method()
7966 MONO_HANDLE_SET (delegate, target, target); in mono_delegate_ctor_with_method()