Searched refs:executable_functions (Results 1 – 3 of 3) sorted by relevance
85 executable_functions *functions = (executable_functions *)executable_jit; in PRIV()221 sljit_uw *executable_sizes = ((executable_functions *)executable_jit)->executable_sizes; in PRIV()
104 executable_functions *functions = (executable_functions *)re->executable_jit; in pcre2_jit_match()
196 typedef struct executable_functions { struct202 } executable_functions; argument10842 executable_functions *functions; in jit_compile()11391 functions = (executable_functions *)re->executable_jit; in jit_compile()11394 functions = SLJIT_MALLOC(sizeof(executable_functions), allocator_data); in jit_compile()11403 memset(functions, 0, sizeof(executable_functions)); in jit_compile()11454 executable_functions *functions; in pcre2_jit_compile()11465 functions = (executable_functions *)re->executable_jit; in pcre2_jit_compile()