Searched refs:shared_stack_map (Results 1 – 1 of 1) sorted by relevance
7480 …zend_jit_trace_stack *shared_stack_map = (zend_jit_trace_stack*)zend_shared_alloc(t->stack_map_siz… in zend_jit_compile_root_trace() local7481 if (!shared_stack_map) { in zend_jit_compile_root_trace()7491 memcpy(shared_stack_map, t->stack_map, t->stack_map_size * sizeof(zend_jit_trace_stack)); in zend_jit_compile_root_trace()7493 t->stack_map = shared_stack_map; in zend_jit_compile_root_trace()8298 …zend_jit_trace_stack *shared_stack_map = (zend_jit_trace_stack*)zend_shared_alloc(t->stack_map_siz… in zend_jit_compile_side_trace() local8299 if (!shared_stack_map) { in zend_jit_compile_side_trace()8309 memcpy(shared_stack_map, t->stack_map, t->stack_map_size * sizeof(zend_jit_trace_stack)); in zend_jit_compile_side_trace()8311 t->stack_map = shared_stack_map; in zend_jit_compile_side_trace()
Completed in 34 milliseconds