Searched refs:convert_executable_func (Results 1 – 1 of 1) sorted by relevance
10354 } convert_executable_func; in jit_machine_stack_exec() local10363 convert_executable_func.executable_func = executable_func; in jit_machine_stack_exec()10364 return convert_executable_func.call_executable_func(arguments); in jit_machine_stack_exec()10375 } convert_executable_func; in PRIV() local10428 convert_executable_func.executable_func = functions->executable_funcs[mode]; in PRIV()10429 retval = convert_executable_func.call_executable_func(&arguments); in PRIV()10462 } convert_executable_func; in pcre_jit_exec() local10512 convert_executable_func.executable_func = functions->executable_funcs[mode]; in pcre_jit_exec()10513 retval = convert_executable_func.call_executable_func(&arguments); in pcre_jit_exec()
Completed in 44 milliseconds