Searched refs:old_execute_data (Results 1 – 3 of 3) sorted by relevance
56 zend_execute_data *old_execute_data; in zend_jit_leave_nested_func_helper() local72 old_execute_data = execute_data; in zend_jit_leave_nested_func_helper()74 zend_vm_stack_free_call_frame_ex(call_info, old_execute_data); in zend_jit_leave_nested_func_helper()
2812 zend_execute_data *old_execute_data; in ZEND_VM_HOT_HELPER() local2863 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()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()[all …]
1085 zend_execute_data *old_execute_data; in zend_leave_helper_SPEC() local1136 old_execute_data = execute_data; in zend_leave_helper_SPEC()1155 old_execute_data = execute_data; in zend_leave_helper_SPEC()1192 while (old_execute_data) { in zend_leave_helper_SPEC()1193 if (old_execute_data->func && (ZEND_CALL_INFO(old_execute_data) & ZEND_CALL_HAS_SYMBOL_TABLE)) { in zend_leave_helper_SPEC()1199 old_execute_data = old_execute_data->prev_execute_data; in zend_leave_helper_SPEC()55735 old_execute_data = execute_data;55754 old_execute_data = execute_data;55791 while (old_execute_data) {55792 if (old_execute_data->func && (ZEND_CALL_INFO(old_execute_data) & ZEND_CALL_HAS_SYMBOL_TABLE)) {[all …]
Completed in 189 milliseconds