Lines Matching refs:vm_stack
180 EG(vm_stack) = zend_vm_stack_new_page(ZEND_VM_STACK_PAGE_SIZE, NULL); in zend_vm_stack_init()
181 EG(vm_stack)->top++; in zend_vm_stack_init()
182 EG(vm_stack_top) = EG(vm_stack)->top; in zend_vm_stack_init()
183 EG(vm_stack_end) = EG(vm_stack)->end; in zend_vm_stack_init()
188 zend_vm_stack stack = EG(vm_stack); in zend_vm_stack_destroy()
202 stack = EG(vm_stack); in zend_vm_stack_extend()
204 EG(vm_stack) = stack = zend_vm_stack_new_page( in zend_vm_stack_extend()
2315 EG(vm_stack)->prev->top = (zval*)call; in zend_vm_stack_copy_call_frame()
2318 if (UNEXPECTED(EG(vm_stack)->prev->top == ZEND_VM_STACK_ELEMENTS(EG(vm_stack)->prev))) { in zend_vm_stack_copy_call_frame()
2319 zend_vm_stack r = EG(vm_stack)->prev; in zend_vm_stack_copy_call_frame()
2321 EG(vm_stack)->prev = r->prev; in zend_vm_stack_copy_call_frame()