Home
last modified time | relevance | path

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

/PHP-8.3/ext/opcache/jit/
H A Dzend_jit_trace.c7193 zend_jit_trace_exit_info *shared_exit_info = NULL; in zend_jit_compile_root_trace() local
7198 shared_exit_info = (zend_jit_trace_exit_info*)zend_shared_alloc( in zend_jit_compile_root_trace()
7201 if (!shared_exit_info) { in zend_jit_compile_root_trace()
7209 memcpy(shared_exit_info, exit_info, in zend_jit_compile_root_trace()
7211 t->exit_info = shared_exit_info; in zend_jit_compile_root_trace()
7937 zend_jit_trace_exit_info *shared_exit_info = NULL; in zend_jit_compile_side_trace() local
7942 shared_exit_info = (zend_jit_trace_exit_info*)zend_shared_alloc( in zend_jit_compile_side_trace()
7945 if (!shared_exit_info) { in zend_jit_compile_side_trace()
7953 memcpy(shared_exit_info, exit_info, in zend_jit_compile_side_trace()
7955 t->exit_info = shared_exit_info; in zend_jit_compile_side_trace()

Completed in 23 milliseconds