Home
last modified time | relevance | path

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

/dports/lang/mono/mono-5.10.1.57/mono/metadata/
H A Ddomain-internals.h83 gint32 exvar_offset; member
/dports/lang/mono/mono-5.10.1.57/mono/mini/
H A Dmini-exceptions.c1785 *((gpointer *)(gpointer)((char *)MONO_CONTEXT_GET_BP (ctx) + ei->exvar_offset)) = ex_obj; in handle_exception_first_pass()
1789 *((gpointer *)(gpointer)((char *)MONO_CONTEXT_GET_BP (ctx) + ei->exvar_offset)) = ex_obj; in handle_exception_first_pass()
2147 *((gpointer *)(gpointer)((char *)MONO_CONTEXT_GET_BP (ctx) + ei->exvar_offset)) = ex_obj; in mono_handle_exception_internal()
3047 *(bp + clause->exvar_offset) = 1; in install_handler_block_guard()
H A Daot-runtime.c3079 ei->exvar_offset = decode_value (p, &p); in decode_exception_debug_info()
3081 ei->exvar_offset = decode_value (p, &p); in decode_exception_debug_info()
H A Dmini.c2674 ei->exvar_offset = exvar ? exvar->inst_offset : 0; in create_jit_info()
H A Daot-compiler.c6355 encode_value (ei->exvar_offset, p, &p); in emit_exception_debug_info()
6357 encode_value (ei->exvar_offset, p, &p); in emit_exception_debug_info()
/dports/lang/mono/mono-5.10.1.57/mono/mini/interp/
H A Dinterp.c4992 int exvar_offset = *(guint16*)(ip + 1); in interp_exec_method_full() local
4994 THROW_EX_GENERAL (*(MonoException**)(frame->locals + exvar_offset), ip - 1, TRUE); in interp_exec_method_full()
5208 *(MonoException**)(context->handler_frame->locals + ei->exvar_offset) = ex; in interp_set_resume_state()
H A Dtransform.c4262 ei->exvar_offset = rtm->exvar_offsets [i]; in generate()