Searched refs:shared_exit_info (Results 1 – 1 of 1) sorted by relevance
7454 zend_jit_trace_exit_info *shared_exit_info = NULL; in zend_jit_compile_root_trace() local7459 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() local8277 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 21 milliseconds