Home
last modified time | relevance | path

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

/dports/lang/mono/mono-5.10.1.57/mono/mini/
H A Dmini-exceptions.c246 cbs.mono_reraise_exception = (void (*)(MonoException *))mono_get_rethrow_exception (); in mono_exceptions_init()
266 mono_get_rethrow_exception (void) in mono_get_rethrow_exception() function
H A Dmini.h2544 gpointer mono_get_rethrow_exception (void);
H A Dmini-runtime.c4126 …register_dyn_icall (mono_get_rethrow_exception (), "mono_arch_rethrow_exception", "void object", T… in register_icalls()