Home
last modified time | relevance | path

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

/dports/lang/mono/mono-5.10.1.57/mono/mini/
H A Ddriver.c393 if (cfg->exception_type == MONO_EXCEPTION_NONE) { in mini_regression_step()
1122 if (cfg->exception_type != MONO_EXCEPTION_NONE) { in compile_all_methods_thread_main_inner()
H A Dmethod-to-ir.c91 if (cfg->exception_type != MONO_EXCEPTION_NONE) \
6043 g_assert (cfg->exception_type == MONO_EXCEPTION_NONE); in inline_method()
6219 cfg->exception_type = MONO_EXCEPTION_NONE; in inline_method()
12853 g_assert (cfg->exception_type != MONO_EXCEPTION_NONE); in mono_method_to_ir()
H A Dmini.c4189 case MONO_EXCEPTION_NONE: in mono_jit_compile_method_inner()
H A Daot-compiler.c7822 if (cfg->exception_type != MONO_EXCEPTION_NONE) { in compile_method()
/dports/lang/mono/mono-5.10.1.57/mono/metadata/
H A Dclass-internals.h209 MONO_EXCEPTION_NONE = 0, enumerator