Lines Matching refs:vm_stack
162 EG(vm_stack) = zend_vm_stack_new_page(ZEND_VM_STACK_PAGE_SIZE(0 /* main stack */), NULL); in zend_vm_stack_init()
163 EG(vm_stack)->top++; in zend_vm_stack_init()
164 EG(vm_stack_top) = EG(vm_stack)->top; in zend_vm_stack_init()
165 EG(vm_stack_end) = EG(vm_stack)->end; in zend_vm_stack_init()
170 zend_vm_stack stack = EG(vm_stack); in zend_vm_stack_destroy()
184 stack = EG(vm_stack); in zend_vm_stack_extend()
186 EG(vm_stack) = stack = zend_vm_stack_new_page( in zend_vm_stack_extend()
2329 EG(vm_stack) = zend_vm_stack_new_page( in zend_create_generator_execute_data()
2334 EG(vm_stack_top) = EG(vm_stack)->top; in zend_create_generator_execute_data()
2335 EG(vm_stack_end) = EG(vm_stack)->end; in zend_create_generator_execute_data()
2407 EG(vm_stack)->prev->top = (zval*)call; in zend_vm_stack_copy_call_frame()
2410 if (UNEXPECTED(EG(vm_stack)->prev->top == ZEND_VM_STACK_ELEMETS(EG(vm_stack)->prev))) { in zend_vm_stack_copy_call_frame()
2411 zend_vm_stack r = EG(vm_stack)->prev; in zend_vm_stack_copy_call_frame()
2413 EG(vm_stack)->prev = r->prev; in zend_vm_stack_copy_call_frame()