Home
last modified time | relevance | path

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

/PHP-8.0/ext/opcache/jit/
H A Dzend_jit_trace.c6766 …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
6767 if (!shared_stack_map) { in zend_jit_compile_root_trace()
6771 memcpy(shared_stack_map, t->stack_map, t->stack_map_size * sizeof(zend_jit_trace_stack)); in zend_jit_compile_root_trace()
6773 t->stack_map = shared_stack_map; in zend_jit_compile_root_trace()
7392 …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
7393 if (!shared_stack_map) { in zend_jit_compile_side_trace()
7398 memcpy(shared_stack_map, t->stack_map, t->stack_map_size * sizeof(zend_jit_trace_stack)); in zend_jit_compile_side_trace()
7400 t->stack_map = shared_stack_map; in zend_jit_compile_side_trace()

Completed in 18 milliseconds