Home
last modified time | relevance | path

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

/php-src/ext/opcache/jit/
H A Dzend_jit_trace.c7317 zend_jit_trace_exit_info *shared_exit_info = NULL; in zend_jit_compile_root_trace() local
7322 shared_exit_info = (zend_jit_trace_exit_info*)zend_shared_alloc( in zend_jit_compile_root_trace()
7325 if (!shared_exit_info) { in zend_jit_compile_root_trace()
7337 memcpy(shared_exit_info, exit_info, in zend_jit_compile_root_trace()
7339 t->exit_info = shared_exit_info; in zend_jit_compile_root_trace()
8117 zend_jit_trace_exit_info *shared_exit_info = NULL; in zend_jit_compile_side_trace() local
8122 shared_exit_info = (zend_jit_trace_exit_info*)zend_shared_alloc( in zend_jit_compile_side_trace()
8125 if (!shared_exit_info) { in zend_jit_compile_side_trace()
8137 memcpy(shared_exit_info, exit_info, in zend_jit_compile_side_trace()
8139 t->exit_info = shared_exit_info; in zend_jit_compile_side_trace()

Completed in 63 milliseconds