Home
last modified time | relevance | path

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

/PHP-8.2/ext/opcache/jit/
H A Dzend_jit_helpers.c3142 const zend_op *throw_op = EG(opline_before_exception); in zend_jit_exception_in_interrupt_handler_helper() local
3144 if (throw_op in zend_jit_exception_in_interrupt_handler_helper()
3145 && throw_op->result_type & (IS_TMP_VAR|IS_VAR) in zend_jit_exception_in_interrupt_handler_helper()
3146 && throw_op->opcode != ZEND_ADD_ARRAY_ELEMENT in zend_jit_exception_in_interrupt_handler_helper()
3147 && throw_op->opcode != ZEND_ADD_ARRAY_UNPACK in zend_jit_exception_in_interrupt_handler_helper()
3148 && throw_op->opcode != ZEND_ROPE_INIT in zend_jit_exception_in_interrupt_handler_helper()
3149 && throw_op->opcode != ZEND_ROPE_ADD) { in zend_jit_exception_in_interrupt_handler_helper()
3150 ZVAL_UNDEF(ZEND_CALL_VAR(EG(current_execute_data), throw_op->result.var)); in zend_jit_exception_in_interrupt_handler_helper()
/PHP-8.2/Zend/
H A Dzend_vm_def.h8026 if (UNEXPECTED(!throw_op)) {
8033 if ((throw_op->opcode == ZEND_FREE || throw_op->opcode == ZEND_FE_FREE)
8071 if (throw_op->result_type & (IS_VAR | IS_TMP_VAR)) {
8072 switch (throw_op->opcode) {
8085 if (!zend_is_smart_branch(throw_op)) {
10230 if (throw_op in ZEND_VM_HELPER()
10231 && throw_op->result_type & (IS_TMP_VAR|IS_VAR) in ZEND_VM_HELPER()
10232 && throw_op->opcode != ZEND_ADD_ARRAY_ELEMENT in ZEND_VM_HELPER()
10233 && throw_op->opcode != ZEND_ADD_ARRAY_UNPACK in ZEND_VM_HELPER()
10234 && throw_op->opcode != ZEND_ROPE_INIT in ZEND_VM_HELPER()
[all …]
H A Dzend_vm_execute.h3224 if (UNEXPECTED(!throw_op)) { in ZEND_HANDLE_EXCEPTION_SPEC_HANDLER()
3231 if ((throw_op->opcode == ZEND_FREE || throw_op->opcode == ZEND_FE_FREE) in ZEND_HANDLE_EXCEPTION_SPEC_HANDLER()
3269 if (throw_op->result_type & (IS_VAR | IS_TMP_VAR)) { in ZEND_HANDLE_EXCEPTION_SPEC_HANDLER()
3270 switch (throw_op->opcode) { in ZEND_HANDLE_EXCEPTION_SPEC_HANDLER()
3283 if (!zend_is_smart_branch(throw_op)) { in ZEND_HANDLE_EXCEPTION_SPEC_HANDLER()
3765 if (throw_op in zend_interrupt_helper_SPEC()
3766 && throw_op->result_type & (IS_TMP_VAR|IS_VAR) in zend_interrupt_helper_SPEC()
3767 && throw_op->opcode != ZEND_ADD_ARRAY_ELEMENT in zend_interrupt_helper_SPEC()
3768 && throw_op->opcode != ZEND_ADD_ARRAY_UNPACK in zend_interrupt_helper_SPEC()
3769 && throw_op->opcode != ZEND_ROPE_INIT in zend_interrupt_helper_SPEC()
[all …]

Completed in 162 milliseconds