Lines Matching refs:old_execute_data
2812 zend_execute_data *old_execute_data; in ZEND_VM_HOT_HELPER() local
2863 old_execute_data = execute_data; in ZEND_VM_HOT_HELPER()
2865 zend_vm_stack_free_call_frame_ex(call_info, old_execute_data); in ZEND_VM_HOT_HELPER()
2882 old_execute_data = execute_data; in ZEND_VM_HOT_HELPER()
2884 zend_vm_stack_free_call_frame_ex(call_info, old_execute_data); in ZEND_VM_HOT_HELPER()
2918 old_execute_data = EX(prev_execute_data); in ZEND_VM_HOT_HELPER()
2919 while (old_execute_data) { in ZEND_VM_HOT_HELPER()
2920 if (old_execute_data->func && (ZEND_CALL_INFO(old_execute_data) & ZEND_CALL_HAS_SYMBOL_TABLE)) { in ZEND_VM_HOT_HELPER()
2921 if (old_execute_data->symbol_table == symbol_table) { in ZEND_VM_HOT_HELPER()
2922 zend_attach_symbol_table(old_execute_data); in ZEND_VM_HOT_HELPER()
2926 old_execute_data = old_execute_data->prev_execute_data; in ZEND_VM_HOT_HELPER()
4508 zend_execute_data *old_execute_data = execute_data; variable
4510 zend_vm_stack_free_call_frame_ex(call_info, old_execute_data);