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()108 void *executable_func; in pcre2_jit_match()161 convert_executable_func.executable_func = functions->executable_funcs[index]; in pcre2_jit_match()
13474 void *executable_func; in jit_compile() local14066 executable_func = sljit_generate_code(compiler); in jit_compile()14070 if (executable_func == NULL) in jit_compile()14086 sljit_free_code(executable_func, NULL); in jit_compile()14103 functions->executable_funcs[mode] = executable_func; in jit_compile()