Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/sljit/
H A DsljitNativeX86_32.c300 compiler->args_size = 0; in sljit_emit_enter()
305 args_size = SSIZE_OF(sw); in sljit_emit_enter()
340 args_size -= SSIZE_OF(sw); in sljit_emit_enter()
341 compiler->args_size = args_size; in sljit_emit_enter()
377 args_size = size; in sljit_emit_enter()
491 sljit_s32 args_size; in sljit_set_context() local
498 args_size = 0; in sljit_set_context()
517 compiler->args_size = args_size; in sljit_set_context()
757 args_size = 0; in tail_call_with_args()
779 if (args_size <= compiler->args_size) { in tail_call_with_args()
[all …]
H A DsljitLir.h453 sljit_s32 args_size; member
477 sljit_uw args_size; member
491 sljit_uw args_size; member
H A DsljitNativeMIPS_32.c121 if (offset > 4 * sizeof(sljit_sw) && (!is_tail_call || offset > compiler->args_size)) { in call_with_args()
H A DsljitNativeARM_T2_32.c1251 compiler->args_size = offset; in sljit_emit_enter()
2348 if (offset > 4 * sizeof(sljit_sw) && (!is_tail_call || offset > compiler->args_size)) { in softfloat_call_with_args()
H A DsljitNativeARM_32.c1175 compiler->args_size = offset; in sljit_emit_enter()
2771 if (offset > 4 * sizeof(sljit_sw) && (!is_tail_call || offset > compiler->args_size)) { in softfloat_call_with_args()
H A DsljitNativeMIPS_common.c846 compiler->args_size = (sljit_uw)arg_count << 2; in sljit_emit_enter()
961 SLJIT_ASSERT(compiler->args_size == (sljit_uw)arg_count << 2); in sljit_emit_enter()
H A DsljitLir.c424 compiler->args_size = -1; in sljit_create_compiler()

Completed in 56 milliseconds