Searched refs:executable_jit (Results 1 – 8 of 8) sorted by relevance
78 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()222 PRIV(jit_get_size)(void *executable_jit) in PRIV()225 (void)executable_jit; in PRIV()228 sljit_uw *executable_sizes = ((executable_functions *)executable_jit)->executable_sizes; in PRIV()
146 (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()
191 *((size_t *)where) = (re->executable_jit != NULL)? in pcre2_pattern_info()192 PRIV(jit_get_size)(re->executable_jit) : 0; in pcre2_pattern_info()
103 executable_functions *functions = (executable_functions *)re->executable_jit; in pcre2_jit_match()
621 void *executable_jit; /* Pointer to JIT code */ member
1203 newcode->executable_jit = NULL; in pcre2_code_copy()1238 newcode->executable_jit = NULL; in pcre2_code_copy_with_tables()1270 if (code->executable_jit != NULL) in pcre2_code_free()1271 PRIV(jit_free)(code->executable_jit, &code->memctl); in pcre2_code_free()10268 re->executable_jit = NULL; in pcre2_compile()
14329 if (re->executable_jit != NULL) in jit_compile()14330 functions = (executable_functions *)re->executable_jit; in jit_compile()14345 re->executable_jit = functions; in jit_compile()14423 functions = (executable_functions *)re->executable_jit; in pcre2_jit_compile()
6425 use_jit = (re->executable_jit != NULL && in pcre2_match()
Completed in 130 milliseconds