Home
last modified time | relevance | path

Searched refs:executable_jit (Results 1 – 8 of 8) sorted by relevance

/PHP-8.1/ext/pcre/pcre2lib/
H A Dpcre2_jit_misc.c78 PRIV(jit_free)(void *executable_jit, pcre2_memctl *memctl) in PRIV()
81 (void)executable_jit; in PRIV()
85 executable_functions *functions = (executable_functions *)executable_jit; in PRIV()
220 PRIV(jit_get_size)(void *executable_jit) in PRIV()
223 (void)executable_jit; in PRIV()
226 sljit_uw *executable_sizes = ((executable_functions *)executable_jit)->executable_sizes; in PRIV()
H A Dpcre2_serialize.c146 (void)memset(dst_bytes + offsetof(pcre2_real_code, executable_jit), 0, in pcre2_serialize_encode()
243 dst_re->executable_jit = NULL; in pcre2_serialize_decode()
H A Dpcre2_pattern_info.c191 *((size_t *)where) = (re->executable_jit != NULL)? in pcre2_pattern_info()
192 PRIV(jit_get_size)(re->executable_jit) : 0; in pcre2_pattern_info()
H A Dpcre2_jit_match.c103 executable_functions *functions = (executable_functions *)re->executable_jit; in pcre2_jit_match()
H A Dpcre2_intmodedep.h621 void *executable_jit; /* Pointer to JIT code */ member
H A Dpcre2_compile.c1201 newcode->executable_jit = NULL; in pcre2_code_copy()
1236 newcode->executable_jit = NULL; in pcre2_code_copy_with_tables()
1267 if (code->executable_jit != NULL) in pcre2_code_free()
1268 PRIV(jit_free)(code->executable_jit, &code->memctl); in pcre2_code_free()
10174 re->executable_jit = NULL; in pcre2_compile()
H A Dpcre2_jit_compile.c14079 if (re->executable_jit != NULL) in jit_compile()
14080 functions = (executable_functions *)re->executable_jit; in jit_compile()
14095 re->executable_jit = functions; in jit_compile()
14173 functions = (executable_functions *)re->executable_jit; in pcre2_jit_compile()
H A Dpcre2_match.c6222 use_jit = (re->executable_jit != NULL && in pcre2_match()

Completed in 96 milliseconds