Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
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()
109 void *executable_func; in pcre2_jit_match()
164 convert_executable_func.executable_func = functions->executable_funcs[index]; in pcre2_jit_match()
Dpcre2_jit_compile.c10843 void *executable_func; in jit_compile() local
11374 executable_func = sljit_generate_code(compiler); in jit_compile()
11383 if (executable_func == NULL) in jit_compile()
11399 sljit_free_code(executable_func); in jit_compile()
11416 functions->executable_funcs[mode] = executable_func; in jit_compile()