Home
last modified time | relevance | path

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

/PHP-8.4/Zend/
H A Dzend_fibers.c558 fiber->stack_bottom = NULL; in zend_fiber_cleanup()
586 fiber->stack_bottom = fiber->execute_data; in zend_fiber_execute()
591 fiber->stack_bottom->prev_execute_data = EG(current_execute_data); in zend_fiber_execute()
728 fiber->stack_bottom->prev_execute_data = EG(current_execute_data); in zend_fiber_resume()
739 fiber->stack_bottom->prev_execute_data = EG(current_execute_data); in zend_fiber_resume_exception()
748 fiber->stack_bottom->prev_execute_data = NULL; in zend_fiber_suspend()
947 fiber->stack_bottom->prev_execute_data = NULL; in ZEND_METHOD()
976 fiber->stack_bottom->prev_execute_data = EG(current_execute_data); in ZEND_METHOD()
1004 fiber->stack_bottom->prev_execute_data = EG(current_execute_data); in ZEND_METHOD()
H A Dzend_fibers.h126 zend_execute_data *stack_bottom; member
/PHP-8.4/ext/opcache/jit/
H A Dzend_jit_trace.c1315 size_t frame_size, stack_top, stack_size, stack_bottom; in zend_jit_trace_build_tssa() local
1327 stack_bottom = 0; in zend_jit_trace_build_tssa()
1417 stack_bottom += zend_jit_trace_frame_size(p->op_array); in zend_jit_trace_build_tssa()
1445 …trace_stack_frame*)((char*)zend_arena_alloc(&CG(arena), stack_bottom + stack_size) + stack_bottom); in zend_jit_trace_build_tssa()
/PHP-8.4/ext/reflection/
H A Dphp_reflection.c7675 prev_execute_data = fiber->stack_bottom->prev_execute_data; in ZEND_METHOD()
7676 fiber->stack_bottom->prev_execute_data = NULL; in ZEND_METHOD()
7686 …fiber->stack_bottom->prev_execute_data = prev_execute_data; // Restore prev execute data on fiber … in ZEND_METHOD()

Completed in 44 milliseconds