Lines Matching refs:vm_stack
187 EG(vm_stack) = zend_vm_stack_new_page(ZEND_VM_STACK_PAGE_SIZE, NULL); in zend_vm_stack_init()
188 EG(vm_stack_top) = EG(vm_stack)->top; in zend_vm_stack_init()
189 EG(vm_stack_end) = EG(vm_stack)->end; in zend_vm_stack_init()
197 EG(vm_stack) = zend_vm_stack_new_page(page_size, NULL); in zend_vm_stack_init_ex()
198 EG(vm_stack_top) = EG(vm_stack)->top; in zend_vm_stack_init_ex()
199 EG(vm_stack_end) = EG(vm_stack)->end; in zend_vm_stack_init_ex()
204 zend_vm_stack stack = EG(vm_stack); in zend_vm_stack_destroy()
218 stack = EG(vm_stack); in zend_vm_stack_extend()
220 EG(vm_stack) = stack = zend_vm_stack_new_page( in zend_vm_stack_extend()
4090 EG(vm_stack)->prev->top = (zval*)call; in zend_vm_stack_copy_call_frame()
4093 if (UNEXPECTED(EG(vm_stack)->prev->top == ZEND_VM_STACK_ELEMENTS(EG(vm_stack)->prev))) { in zend_vm_stack_copy_call_frame()
4094 zend_vm_stack r = EG(vm_stack)->prev; in zend_vm_stack_copy_call_frame()
4096 EG(vm_stack)->prev = r->prev; in zend_vm_stack_copy_call_frame()