Searched refs:shared_exit_info (Results 1 – 1 of 1) sorted by relevance
7182 zend_jit_trace_exit_info *shared_exit_info = NULL; in zend_jit_compile_root_trace() local7187 shared_exit_info = (zend_jit_trace_exit_info*)zend_shared_alloc( in zend_jit_compile_root_trace()7190 if (!shared_exit_info) { in zend_jit_compile_root_trace()7198 memcpy(shared_exit_info, exit_info, in zend_jit_compile_root_trace()7200 t->exit_info = shared_exit_info; in zend_jit_compile_root_trace()7919 zend_jit_trace_exit_info *shared_exit_info = NULL; in zend_jit_compile_side_trace() local7924 shared_exit_info = (zend_jit_trace_exit_info*)zend_shared_alloc( in zend_jit_compile_side_trace()7927 if (!shared_exit_info) { in zend_jit_compile_side_trace()7935 memcpy(shared_exit_info, exit_info, in zend_jit_compile_side_trace()7937 t->exit_info = shared_exit_info; in zend_jit_compile_side_trace()
Completed in 22 milliseconds