Home
last modified time | relevance | path

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

/PHP-8.3/ext/opcache/jit/
H A Dzend_jit_trace.c7215 …zend_jit_trace_stack *shared_stack_map = (zend_jit_trace_stack*)zend_shared_alloc(t->stack_map_siz… in zend_jit_compile_root_trace() local
7216 if (!shared_stack_map) { in zend_jit_compile_root_trace()
7221 memcpy(shared_stack_map, t->stack_map, t->stack_map_size * sizeof(zend_jit_trace_stack)); in zend_jit_compile_root_trace()
7223 t->stack_map = shared_stack_map; in zend_jit_compile_root_trace()
7959 …zend_jit_trace_stack *shared_stack_map = (zend_jit_trace_stack*)zend_shared_alloc(t->stack_map_siz… in zend_jit_compile_side_trace() local
7960 if (!shared_stack_map) { in zend_jit_compile_side_trace()
7965 memcpy(shared_stack_map, t->stack_map, t->stack_map_size * sizeof(zend_jit_trace_stack)); in zend_jit_compile_side_trace()
7967 t->stack_map = shared_stack_map; in zend_jit_compile_side_trace()

Completed in 20 milliseconds