Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_jit_match.c47 …c SLJIT_NOINLINE int jit_machine_stack_exec(jit_arguments *arguments, jit_function executable_func) in jit_machine_stack_exec() argument
57 return executable_func(arguments); in jit_machine_stack_exec()
108 void *executable_func; in pcre2_jit_match()
161 convert_executable_func.executable_func = functions->executable_funcs[index]; in pcre2_jit_match()
H A Dpcre2_jit_compile.c13397 void *executable_func; in jit_compile() local
13989 executable_func = sljit_generate_code(compiler); in jit_compile()
13993 if (executable_func == NULL) in jit_compile()
14009 sljit_free_code(executable_func); in jit_compile()
14026 functions->executable_funcs[mode] = executable_func; in jit_compile()

Completed in 51 milliseconds