Home
last modified time | relevance | path

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

/dports/lang/mono/mono-5.10.1.57/mono/metadata/
H A Dclass-internals.h1263 mono_class_get_exception_for_failure (MonoClass *klass);
H A Dcominterop.c1683 mono_set_pending_exception (mono_class_get_exception_for_failure (klass)); in ves_icall_System_Runtime_InteropServices_Marshal_GetCCW()
1853 mono_set_pending_exception (mono_class_get_exception_for_failure (klass)); in ves_icall_System_ComObject_GetInterfaceInternal()
H A Dmarshal.c11228 mono_set_pending_exception (mono_class_get_exception_for_failure (klass)); in ves_icall_System_Runtime_InteropServices_Marshal_PtrToStructure_type()
11389 mono_set_pending_exception (mono_class_get_exception_for_failure (klass)); in ves_icall_System_Runtime_InteropServices_Marshal_DestroyStructure()
H A Dicall.c3272 …mono_gc_wbarrier_generic_store (exc, (MonoObject*) mono_class_get_exception_for_failure (m->klass)… in ves_icall_InternalInvoke()
H A Dclass.c10135 mono_class_get_exception_for_failure (MonoClass *klass) in mono_class_get_exception_for_failure() function
/dports/lang/mono/mono-5.10.1.57/mono/mini/
H A Dmini-runtime.c2658 *exc = (MonoObject*)mono_class_get_exception_for_failure (method->klass); in mono_jit_runtime_invoke()
H A Dmini.c4199 ex = mono_class_get_exception_for_failure ((MonoClass *)cfg->exception_ptr); in mono_jit_compile_method_inner()