Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitLir.h639 #define SLJIT_MAX_LOCAL_SIZE 65536 macro
H A DsljitLir.c1035 CHECK_ARGUMENT(local_size >= 0 && local_size <= SLJIT_MAX_LOCAL_SIZE); in check_sljit_emit_enter()
1087 CHECK_ARGUMENT(local_size >= 0 && local_size <= SLJIT_MAX_LOCAL_SIZE); in check_sljit_set_context()
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c1543 if (*private_data_start > SLJIT_MAX_LOCAL_SIZE) in detect_early_fail()
1557 if (*private_data_start > SLJIT_MAX_LOCAL_SIZE) in detect_early_fail()
1766 if (private_data_ptr > SLJIT_MAX_LOCAL_SIZE) in set_private_data_ptrs()
13593 if (private_data_size > SLJIT_MAX_LOCAL_SIZE) in jit_compile()

Completed in 55 milliseconds