HomeSort by relevance Sort by last modified time
    Searched refs:executable_jit (Results 1 - 9 of 9) sorted by null

  /external/pcre/dist2/src/
pcre2_jit_misc.c 78 PRIV(jit_free)(void *executable_jit, pcre2_memctl *memctl)
81 (void)executable_jit;
85 executable_functions *functions = (executable_functions *)executable_jit;
215 PRIV(jit_get_size)(void *executable_jit)
218 (void)executable_jit;
221 sljit_uw *executable_sizes = ((executable_functions *)executable_jit)->executable_sizes;
pcre2_pattern_info.c 191 *((size_t *)where) = (re->executable_jit != NULL)?
192 PRIV(jit_get_size)(re->executable_jit) : 0;
pcre2_serialize.c 146 (void)memset(dst_bytes + offsetof(pcre2_real_code, executable_jit), 0,
243 dst_re->executable_jit = NULL;
pcre2_jit_match.c 104 executable_functions *functions = (executable_functions *)re->executable_jit;
pcre2_intmodedep.h 620 void *executable_jit; /* Pointer to JIT code */ member in struct:pcre2_real_code
    [all...]
pcre2_compile.c     [all...]
pcre2test.c     [all...]
pcre2_jit_compile.c     [all...]
pcre2_match.c     [all...]

Completed in 86 milliseconds