Home
last modified time | relevance | path

Searched refs:executable_func (Results 1 – 1 of 1) sorted by relevance

/PHP-7.2/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c10814 void *executable_func; in PRIV() local
11353 executable_func = sljit_generate_code(compiler); in PRIV()
11362 if (executable_func == NULL) in PRIV()
11387 sljit_free_code(executable_func); in PRIV()
11398 functions->executable_funcs[mode] = executable_func; in PRIV()
11406 void *executable_func; in jit_machine_stack_exec() member
11417 convert_executable_func.executable_func = executable_func; in jit_machine_stack_exec()
11427 void *executable_func; in PRIV() member
11482 convert_executable_func.executable_func = functions->executable_funcs[mode]; in PRIV()
11514 void *executable_func; in pcre_jit_exec() member
[all …]

Completed in 33 milliseconds