Home
last modified time | relevance | path

Searched refs:executable_func (Results 1 – 2 of 2) sorted by relevance

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_jit_match.c53 …c SLJIT_NOINLINE int jit_machine_stack_exec(jit_arguments *arguments, jit_function executable_func) in jit_machine_stack_exec() argument
63 return executable_func(arguments); in jit_machine_stack_exec()
114 void *executable_func; in pcre2_jit_match()
167 convert_executable_func.executable_func = functions->executable_funcs[index]; in pcre2_jit_match()
H A Dpcre2_jit_compile.c14156 void *executable_func; in jit_compile() local
14783 executable_func = sljit_generate_code(compiler, 0, NULL); in jit_compile()
14787 if (executable_func == NULL) in jit_compile()
14803 sljit_free_code(executable_func, NULL); in jit_compile()
14820 functions->executable_funcs[mode] = executable_func; in jit_compile()

Completed in 50 milliseconds