Searched refs:stack_bottom (Results 1 – 4 of 4) sorted by relevance
558 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()
126 zend_execute_data *stack_bottom; member
1315 size_t frame_size, stack_top, stack_size, stack_bottom; in zend_jit_trace_build_tssa() local1327 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()
7675 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