Home
last modified time | relevance | path

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

/dports/lang/mono/mono-5.10.1.57/mono/metadata/
H A Dexception.c159 mono_runtime_invoke_checked (method, o, args, error); in create_exception_two_strings()
702 mono_runtime_invoke_checked (method, exc, args, error); in mono_get_exception_type_initialization_checked()
894 mono_runtime_invoke_checked (method, MONO_HANDLE_RAW (exc), args, error); in mono_get_exception_reflection_type_load_checked()
936 mono_runtime_invoke_checked (method, o, params, error); in mono_get_exception_runtime_wrapped_checked()
1168 mono_runtime_invoke_checked (method, o, args, error); in create_exception_four_strings()
H A Dobject.c125 mono_runtime_invoke_checked (method, this_obj, NULL, error); in mono_runtime_object_init_checked()
3493 o = mono_runtime_invoke_checked (m, NULL, args, error); in mono_field_get_value_object_checked()
4025 o = mono_runtime_invoke_checked (im, delegate, params, error); in mono_runtime_delegate_try_invoke()
4512 mono_runtime_invoke_checked (method, obj, args, error); in create_unhandled_exception_eventargs()
4784 res = mono_runtime_invoke_checked (method, NULL, pa, error); in do_exec_main_checked()
4791 mono_runtime_invoke_checked (method, NULL, pa, error); in do_exec_main_checked()
5203 mono_runtime_invoke_checked (method, o, pa, error); in mono_runtime_try_invoke_array()
5225 res = mono_runtime_invoke_checked (method, obj, pa, error); in mono_runtime_try_invoke_array()
5410 o = mono_runtime_invoke_checked (im, NULL, pa, error); in mono_object_new_specific_checked()
7455 mono_runtime_invoke_checked (handle_set, res, params, error); in mono_wait_handle_new()
[all …]
H A Dthreadpool.c182 mono_runtime_invoke_checked (unsafe_queue_custom_work_item_method, NULL, args, error); in mono_threadpool_enqueue_work_item()
187 mono_runtime_invoke_checked (unsafe_queue_custom_work_item_method, NULL, args, error); in mono_threadpool_enqueue_work_item()
H A Dmono-security.c648 mono_runtime_invoke_checked (method, NULL, params, error); in invoke_protected_memory_method()
H A Dcustom-attrs.c546 mono_runtime_invoke_checked (ctor, unboxed, params, error); in create_cattr_typed_arg()
571 mono_runtime_invoke_checked (ctor, unboxed, params, error); in create_cattr_named_arg()
746 mono_runtime_invoke_checked (method, attr, NULL, error); in create_custom_attr()
1181 mono_runtime_invoke_checked (ctor, MONO_HANDLE_RAW (attr), params, error); in create_custom_attr_data_handle()
H A Dappdomain.c755 …ret = (MonoReflectionAssembly *) mono_runtime_invoke_checked (method, domain->domain, params, erro… in mono_domain_try_type_resolve_checked()
1291 mono_runtime_invoke_checked (assembly_load_method, domain->domain, params, &error); in mono_domain_fire_assembly_load()
H A Dobject-internals.h1872 mono_runtime_invoke_checked (MonoMethod *method, void *obj, void **params, MonoError *error);
H A Dremoting.c415 …res = mono_runtime_invoke_checked (method, method->klass->valuetype? mono_object_unbox ((MonoObjec… in mono_remoting_wrapper()
H A Dsre.c1559 …MONO_HANDLE_ASSIGN (rt, MONO_HANDLE_NEW (MonoReflectionType, mono_runtime_invoke_checked (usertype… in mono_reflection_type_get_underlying_system_type()
4221 obj = mono_runtime_invoke_checked (resolve_method, NULL, args, error); in mono_reflection_resolve_object()
H A Dmarshal.c11165 mono_runtime_invoke_checked (method, NULL, pa, &error); in ves_icall_System_Runtime_InteropServices_Marshal_StructureToPtr()
11183 mono_runtime_invoke_checked (method, NULL, pa, error); in ptr_to_structure()
12008 mono_runtime_invoke_checked (method, NULL, pa, &error); in mono_marshal_asany()
12066 mono_runtime_invoke_checked (method, NULL, pa, &error); in mono_marshal_free_asany()
H A Dcominterop.c508 ex = (MonoException*)mono_runtime_invoke_checked (throw_exception_for_hr, NULL, params, &error); in cominterop_set_hr_error()
/dports/lang/mono/mono-5.10.1.57/mono/mini/
H A Djit-icalls.c1431 o = mono_runtime_invoke_checked (m, this_arg, args, &error); in mono_gsharedvt_constrained_call()
H A Ddriver.c1357 mono_runtime_invoke_checked (method, NULL, pa, &error); in load_agent()
H A Ddebugger-agent.c4922 mono_runtime_invoke_checked (method, builder, args, &error); in set_set_notification_for_wait_completion_flag()