Home
last modified time | relevance | path

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

/PHP-7.4/ext/opcache/
H A DZendAccelerator.c4274 zend_execute_data *old_execute_data; in preload_autoload() local
4300 old_execute_data = EG(current_execute_data); in preload_autoload()
4318 EG(current_execute_data) = old_execute_data; in preload_autoload()
4319 while (old_execute_data) { in preload_autoload()
4320 if (old_execute_data->func && (ZEND_CALL_INFO(old_execute_data) & ZEND_CALL_HAS_SYMBOL_TABLE)) { in preload_autoload()
4321 if (old_execute_data->symbol_table == &EG(symbol_table)) { in preload_autoload()
4322 zend_attach_symbol_table(old_execute_data); in preload_autoload()
4326 old_execute_data = old_execute_data->prev_execute_data; in preload_autoload()
/PHP-7.4/Zend/
H A Dzend_vm_def.h2864 zend_execute_data *old_execute_data; in ZEND_VM_HOT_HELPER() local
2911 old_execute_data = execute_data; in ZEND_VM_HOT_HELPER()
2913 zend_vm_stack_free_call_frame_ex(call_info, old_execute_data); in ZEND_VM_HOT_HELPER()
2929 old_execute_data = execute_data; in ZEND_VM_HOT_HELPER()
2962 old_execute_data = EX(prev_execute_data); in ZEND_VM_HOT_HELPER()
2963 while (old_execute_data) { in ZEND_VM_HOT_HELPER()
2964 if (old_execute_data->func && (ZEND_CALL_INFO(old_execute_data) & ZEND_CALL_HAS_SYMBOL_TABLE)) { in ZEND_VM_HOT_HELPER()
2965 if (old_execute_data->symbol_table == symbol_table) { in ZEND_VM_HOT_HELPER()
2966 zend_attach_symbol_table(old_execute_data); in ZEND_VM_HOT_HELPER()
2970 old_execute_data = old_execute_data->prev_execute_data; in ZEND_VM_HOT_HELPER()
[all …]
H A Dzend_vm_execute.h1131 zend_execute_data *old_execute_data; in zend_leave_helper_SPEC() local
1178 old_execute_data = execute_data; in zend_leave_helper_SPEC()
1196 old_execute_data = execute_data; in zend_leave_helper_SPEC()
1230 while (old_execute_data) { in zend_leave_helper_SPEC()
1231 if (old_execute_data->func && (ZEND_CALL_INFO(old_execute_data) & ZEND_CALL_HAS_SYMBOL_TABLE)) { in zend_leave_helper_SPEC()
1237 old_execute_data = old_execute_data->prev_execute_data; in zend_leave_helper_SPEC()
53424 old_execute_data = execute_data;
53442 old_execute_data = execute_data;
53476 while (old_execute_data) {
53477 if (old_execute_data->func && (ZEND_CALL_INFO(old_execute_data) & ZEND_CALL_HAS_SYMBOL_TABLE)) {
[all …]

Completed in 163 milliseconds