Searched refs:executable_func (Results 1 – 2 of 2) sorted by relevance
47 …c SLJIT_NOINLINE int jit_machine_stack_exec(jit_arguments *arguments, jit_function executable_func) in jit_machine_stack_exec() argument57 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()
12031 void *executable_func; in jit_compile() local12581 executable_func = sljit_generate_code(compiler); in jit_compile()12590 if (executable_func == NULL) in jit_compile()12606 sljit_free_code(executable_func); in jit_compile()12623 functions->executable_funcs[mode] = executable_func; in jit_compile()