Home
last modified time | relevance | path

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

/PHP-8.2/ext/pcre/pcre2lib/sljit/
H A DsljitNativeX86_32.c278 args_size = SSIZE_OF(sw); in sljit_emit_enter()
319 args_size -= SSIZE_OF(sw); in sljit_emit_enter()
320 compiler->args_size = args_size; in sljit_emit_enter()
365 size += args_size; in sljit_emit_enter()
373 size -= args_size; in sljit_emit_enter()
378 args_size = size; in sljit_emit_enter()
515 args_size = 0; in sljit_set_context()
537 compiler->args_size = args_size; in sljit_set_context()
564 saveds += args_size; in sljit_set_context()
863 args_size = 0; in tail_call_with_args()
[all …]
H A DsljitLir.h448 sljit_s32 args_size; member
474 sljit_uw args_size; member
488 sljit_uw args_size; member
H A DsljitNativeMIPS_32.c498 if (offset > 4 * sizeof(sljit_sw) && (!is_tail_call || offset > compiler->args_size)) { in call_with_args()
H A DsljitNativeARM_T2_32.c1190 compiler->args_size = offset; in sljit_emit_enter()
2146 if (offset > 4 * sizeof(sljit_sw) && (!is_tail_call || offset > compiler->args_size)) { in softfloat_call_with_args()
H A DsljitNativeMIPS_common.c811 compiler->args_size = (sljit_uw)arg_count << 2; in sljit_emit_enter()
925 SLJIT_ASSERT(compiler->args_size == (sljit_uw)arg_count << 2); in sljit_emit_enter()
H A DsljitNativeARM_32.c1160 compiler->args_size = offset; in sljit_emit_enter()
2572 if (offset > 4 * sizeof(sljit_sw) && (!is_tail_call || offset > compiler->args_size)) { in softfloat_call_with_args()
H A DsljitLir.c420 compiler->args_size = -1; in sljit_create_compiler()

Completed in 77 milliseconds