Home
last modified time | relevance | path

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

/PHP-8.4/ext/opcache/jit/
H A Dzend_jit_trace.c7454 zend_jit_trace_exit_info *shared_exit_info = NULL; in zend_jit_compile_root_trace() local
7459 shared_exit_info = (zend_jit_trace_exit_info*)zend_shared_alloc( in zend_jit_compile_root_trace()
7462 if (!shared_exit_info) { in zend_jit_compile_root_trace()
7474 memcpy(shared_exit_info, exit_info, in zend_jit_compile_root_trace()
7476 t->exit_info = shared_exit_info; in zend_jit_compile_root_trace()
8272 zend_jit_trace_exit_info *shared_exit_info = NULL; in zend_jit_compile_side_trace() local
8277 shared_exit_info = (zend_jit_trace_exit_info*)zend_shared_alloc( in zend_jit_compile_side_trace()
8280 if (!shared_exit_info) { in zend_jit_compile_side_trace()
8292 memcpy(shared_exit_info, exit_info, in zend_jit_compile_side_trace()
8294 t->exit_info = shared_exit_info; in zend_jit_compile_side_trace()

Completed in 22 milliseconds