Home
last modified time | relevance | path

Searched refs:old_execute_data (Results 1 – 3 of 3) sorted by relevance

/PHP-8.1/ext/opcache/jit/
H A Dzend_jit_vm_helpers.c56 zend_execute_data *old_execute_data; in zend_jit_leave_nested_func_helper() local
72 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()
/PHP-8.1/Zend/
H A Dzend_vm_def.h2812 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()
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 …]
H A Dzend_vm_execute.h1085 zend_execute_data *old_execute_data; in zend_leave_helper_SPEC() local
1136 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 275 milliseconds