Searched refs:old_execute_data (Results 1 – 3 of 3) sorted by relevance
51 zend_execute_data *old_execute_data; in zend_jit_leave_nested_func_helper() local67 old_execute_data = execute_data; in zend_jit_leave_nested_func_helper()69 zend_vm_stack_free_call_frame_ex(call_info, old_execute_data); in zend_jit_leave_nested_func_helper()
2922 zend_execute_data *old_execute_data; in ZEND_VM_HOT_HELPER() local2973 old_execute_data = execute_data; in ZEND_VM_HOT_HELPER()2992 old_execute_data = execute_data; in ZEND_VM_HOT_HELPER()3038 old_execute_data = EX(prev_execute_data); in ZEND_VM_HOT_HELPER()3039 while (old_execute_data) { in ZEND_VM_HOT_HELPER()3040 … if (old_execute_data->func && (ZEND_CALL_INFO(old_execute_data) & ZEND_CALL_HAS_SYMBOL_TABLE)) { in ZEND_VM_HOT_HELPER()3041 if (old_execute_data->symbol_table == symbol_table) { in ZEND_VM_HOT_HELPER()3042 if (old_execute_data->func->op_array.last_var > 0) { in ZEND_VM_HOT_HELPER()3043 zend_attach_symbol_table(old_execute_data); in ZEND_VM_HOT_HELPER()3050 old_execute_data = old_execute_data->prev_execute_data; in ZEND_VM_HOT_HELPER()[all …]
1134 zend_execute_data *old_execute_data; in zend_leave_helper_SPEC() local1185 old_execute_data = execute_data; in zend_leave_helper_SPEC()1204 old_execute_data = execute_data; in zend_leave_helper_SPEC()1251 while (old_execute_data) { in zend_leave_helper_SPEC()1252 … if (old_execute_data->func && (ZEND_CALL_INFO(old_execute_data) & ZEND_CALL_HAS_SYMBOL_TABLE)) { in zend_leave_helper_SPEC()1262 old_execute_data = old_execute_data->prev_execute_data; in zend_leave_helper_SPEC()58722 old_execute_data = execute_data;58741 old_execute_data = execute_data;58788 while (old_execute_data) {58789 … if (old_execute_data->func && (ZEND_CALL_INFO(old_execute_data) & ZEND_CALL_HAS_SYMBOL_TABLE)) {[all …]
Completed in 170 milliseconds