Home
last modified time | relevance | path

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

/PHP-8.2/ext/opcache/jit/
H A Dzend_jit_vm_helpers.c51 zend_execute_data *old_execute_data; in zend_jit_leave_nested_func_helper() local
67 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()
/PHP-8.2/Zend/
H A Dzend_vm_def.h2854 zend_execute_data *old_execute_data; in ZEND_VM_HOT_HELPER() local
2905 old_execute_data = execute_data; in ZEND_VM_HOT_HELPER()
2924 old_execute_data = execute_data; in ZEND_VM_HOT_HELPER()
2970 old_execute_data = EX(prev_execute_data); in ZEND_VM_HOT_HELPER()
2971 while (old_execute_data) { in ZEND_VM_HOT_HELPER()
2972 … if (old_execute_data->func && (ZEND_CALL_INFO(old_execute_data) & ZEND_CALL_HAS_SYMBOL_TABLE)) { in ZEND_VM_HOT_HELPER()
2973 if (old_execute_data->symbol_table == symbol_table) { in ZEND_VM_HOT_HELPER()
2974 if (old_execute_data->func->op_array.last_var > 0) { in ZEND_VM_HOT_HELPER()
2975 zend_attach_symbol_table(old_execute_data); in ZEND_VM_HOT_HELPER()
2982 old_execute_data = old_execute_data->prev_execute_data; in ZEND_VM_HOT_HELPER()
[all …]
H A Dzend_vm_execute.h1122 zend_execute_data *old_execute_data; in zend_leave_helper_SPEC() local
1173 old_execute_data = execute_data; in zend_leave_helper_SPEC()
1192 old_execute_data = execute_data; in zend_leave_helper_SPEC()
1239 while (old_execute_data) { in zend_leave_helper_SPEC()
1240 … if (old_execute_data->func && (ZEND_CALL_INFO(old_execute_data) & ZEND_CALL_HAS_SYMBOL_TABLE)) { in zend_leave_helper_SPEC()
1250 old_execute_data = old_execute_data->prev_execute_data; in zend_leave_helper_SPEC()
57252 old_execute_data = execute_data;
57271 old_execute_data = execute_data;
57318 while (old_execute_data) {
57319 … if (old_execute_data->func && (ZEND_CALL_INFO(old_execute_data) & ZEND_CALL_HAS_SYMBOL_TABLE)) {
[all …]

Completed in 178 milliseconds