Home
last modified time | relevance | path

Searched refs:SLJIT_MAX_LOCAL_SIZE (Results 1 – 3 of 3) sorted by relevance

/PHP-8.2/ext/pcre/pcre2lib/sljit/
H A DsljitLir.h691 #define SLJIT_MAX_LOCAL_SIZE 65536 macro
H A DsljitLir.c1090 CHECK_ARGUMENT(local_size >= 0 && local_size <= SLJIT_MAX_LOCAL_SIZE); in check_sljit_emit_enter()
1134 CHECK_ARGUMENT(local_size >= 0 && local_size <= SLJIT_MAX_LOCAL_SIZE); in check_sljit_set_context()
/PHP-8.2/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c1539 if (*private_data_start > SLJIT_MAX_LOCAL_SIZE) in detect_early_fail()
1553 if (*private_data_start > SLJIT_MAX_LOCAL_SIZE) in detect_early_fail()
1765 if (private_data_ptr > SLJIT_MAX_LOCAL_SIZE) in set_private_data_ptrs()
13901 if (private_data_size > SLJIT_MAX_LOCAL_SIZE) in jit_compile()

Completed in 64 milliseconds