Home
last modified time | relevance | path

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

/third_party/pcre2/pcre2/src/sljit/
DsljitLir.h724 #define SLJIT_MAX_LOCAL_SIZE 65536 macro
DsljitLir.c1098 CHECK_ARGUMENT(local_size >= 0 && local_size <= SLJIT_MAX_LOCAL_SIZE); in check_sljit_emit_enter()
1155 CHECK_ARGUMENT(local_size >= 0 && local_size <= SLJIT_MAX_LOCAL_SIZE); in check_sljit_set_context()
/third_party/pcre2/pcre2/src/
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()