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()
13703 void *executable_func; in jit_compile() local14318 executable_func = sljit_generate_code(compiler); in jit_compile()14322 if (executable_func == NULL) in jit_compile()14338 sljit_free_code(executable_func, NULL); in jit_compile()14355 functions->executable_funcs[mode] = executable_func; in jit_compile()
Completed in 42 milliseconds