Lines Matching refs:executable_func
9743 void *executable_func; in PRIV() local
10310 executable_func = sljit_generate_code(compiler); in PRIV()
10319 if (executable_func == NULL) in PRIV()
10345 sljit_free_code(executable_func); in PRIV()
10357 functions->executable_funcs[mode] = executable_func; in PRIV()
10362 static int jit_machine_stack_exec(jit_arguments *arguments, void* executable_func) in jit_machine_stack_exec() argument
10365 void* executable_func; in jit_machine_stack_exec() member
10376 convert_executable_func.executable_func = executable_func; in jit_machine_stack_exec()
10386 void* executable_func; in PRIV() member
10441 convert_executable_func.executable_func = functions->executable_funcs[mode]; in PRIV()
10473 void* executable_func; in pcre_jit_exec() member
10525 convert_executable_func.executable_func = functions->executable_funcs[mode]; in pcre_jit_exec()