Home
last modified time | relevance | path

Searched refs:required_code_size (Results 1 – 2 of 2) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mono/mini/
H A Dmini-x86.c5123 …guint32 required_code_size = ((remaining_size / 0x1000) + 1) * 8; /*8 is the max size of x86_alu_r… in mono_arch_emit_prolog() local
5125 if (G_UNLIKELY (required_code_size >= (cfg->code_size - offset))) { in mono_arch_emit_prolog()
5126 while (required_code_size >= (cfg->code_size - offset)) in mono_arch_emit_prolog()
H A Dmini-amd64.c6753 …guint32 required_code_size = ((remaining_size / 0x1000) + 1) * 11; /*11 is the max size of amd64_a… in mono_arch_emit_prolog() local
6755 if (G_UNLIKELY (required_code_size >= (cfg->code_size - offset))) { in mono_arch_emit_prolog()
6756 while (required_code_size >= (cfg->code_size - offset)) in mono_arch_emit_prolog()