Home
last modified time | relevance | path

Searched refs:exc_throw_pos (Results 1 – 4 of 4) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mono/mini/
H A Dmini-ppc.c5457 guint8* exc_throw_pos [MONO_EXC_INTRINS_NUM]; in mono_arch_emit_exceptions() local
5462 exc_throw_pos [i] = NULL; in mono_arch_emit_exceptions()
5543 if (exc_throw_pos [i] && !(ip > exc_throw_pos [i] && ip - exc_throw_pos [i] > 50000)) { in mono_arch_emit_exceptions()
5544 ppc_patch (ip, exc_throw_pos [i]); in mono_arch_emit_exceptions()
5548 exc_throw_pos [i] = code; in mono_arch_emit_exceptions()
H A Dmini-arm64.c4897 guint8* exc_throw_pos [MONO_EXC_INTRINS_NUM]; in mono_arch_emit_exceptions() local
4902 exc_throw_pos [i] = NULL; in mono_arch_emit_exceptions()
4927 if (exc_throw_pos [id]) { in mono_arch_emit_exceptions()
4929 arm_patch_rel (ip, exc_throw_pos [id], ji->relocation); in mono_arch_emit_exceptions()
4934 exc_throw_pos [id] = code; in mono_arch_emit_exceptions()
H A Dmini-arm.c6685 guint8* exc_throw_pos [MONO_EXC_INTRINS_NUM]; in mono_arch_emit_exceptions() local
6690 exc_throw_pos [i] = NULL; in mono_arch_emit_exceptions()
6725 if (exc_throw_pos [i]) { in mono_arch_emit_exceptions()
6726 arm_patch (ip, exc_throw_pos [i]); in mono_arch_emit_exceptions()
6730 exc_throw_pos [i] = code; in mono_arch_emit_exceptions()
H A Dmini-mips.c5439 const guint8* exc_throw_pos [MONO_EXC_INTRINS_NUM] = {NULL}; in mono_arch_emit_exceptions()
5479 if (!exc_throw_pos [i]) { in mono_arch_emit_exceptions()
5482 exc_throw_pos [i] = code; in mono_arch_emit_exceptions()
5494 patch_info->data.offset = exc_throw_pos[i] - cfg->native_code; in mono_arch_emit_exceptions()