Home
last modified time | relevance | path

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

/PHP-8.0/ext/opcache/jit/
H A Dzend_jit_vm_helpers.c48 zend_execute_data *old_execute_data; in zend_jit_leave_nested_func_helper() local
64 old_execute_data = execute_data; in zend_jit_leave_nested_func_helper()
66 zend_vm_stack_free_call_frame_ex(call_info, old_execute_data); in zend_jit_leave_nested_func_helper()
/PHP-8.0/ext/opcache/
H A DZendAccelerator.c4372 zend_execute_data *old_execute_data; local
4398 old_execute_data = EG(current_execute_data);
4416 EG(current_execute_data) = old_execute_data;
4417 while (old_execute_data) {
4418 if (old_execute_data->func && (ZEND_CALL_INFO(old_execute_data) & ZEND_CALL_HAS_SYMBOL_TABLE)) {
4419 if (old_execute_data->symbol_table == &EG(symbol_table)) {
4420 zend_attach_symbol_table(old_execute_data);
4424 old_execute_data = old_execute_data->prev_execute_data;
/PHP-8.0/Zend/
H A Dzend_vm_def.h2787 zend_execute_data *old_execute_data; in ZEND_VM_HOT_HELPER() local
2838 old_execute_data = execute_data; in ZEND_VM_HOT_HELPER()
2840 zend_vm_stack_free_call_frame_ex(call_info, old_execute_data); in ZEND_VM_HOT_HELPER()
2856 old_execute_data = execute_data; in ZEND_VM_HOT_HELPER()
2892 old_execute_data = EX(prev_execute_data); in ZEND_VM_HOT_HELPER()
2893 while (old_execute_data) { in ZEND_VM_HOT_HELPER()
2894 if (old_execute_data->func && (ZEND_CALL_INFO(old_execute_data) & ZEND_CALL_HAS_SYMBOL_TABLE)) { in ZEND_VM_HOT_HELPER()
2895 if (old_execute_data->symbol_table == symbol_table) { in ZEND_VM_HOT_HELPER()
2896 zend_attach_symbol_table(old_execute_data); in ZEND_VM_HOT_HELPER()
2900 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()
1154 old_execute_data = execute_data; in zend_leave_helper_SPEC()
1191 while (old_execute_data) { in zend_leave_helper_SPEC()
1192 if (old_execute_data->func && (ZEND_CALL_INFO(old_execute_data) & ZEND_CALL_HAS_SYMBOL_TABLE)) { in zend_leave_helper_SPEC()
1198 old_execute_data = old_execute_data->prev_execute_data; in zend_leave_helper_SPEC()
55083 old_execute_data = execute_data;
55101 old_execute_data = execute_data;
55138 while (old_execute_data) {
55139 if (old_execute_data->func && (ZEND_CALL_INFO(old_execute_data) & ZEND_CALL_HAS_SYMBOL_TABLE)) {
[all …]

Completed in 181 milliseconds