Home
last modified time | relevance | path

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

/PHP-8.0/ext/opcache/jit/
H A Dzend_jit_helpers.c2960 const zend_op *throw_op = EG(opline_before_exception); in zend_jit_exception_in_interrupt_handler_helper() local
2962 if (throw_op in zend_jit_exception_in_interrupt_handler_helper()
2963 && throw_op->result_type & (IS_TMP_VAR|IS_VAR) in zend_jit_exception_in_interrupt_handler_helper()
2964 && throw_op->opcode != ZEND_ADD_ARRAY_ELEMENT in zend_jit_exception_in_interrupt_handler_helper()
2965 && throw_op->opcode != ZEND_ADD_ARRAY_UNPACK in zend_jit_exception_in_interrupt_handler_helper()
2966 && throw_op->opcode != ZEND_ROPE_INIT in zend_jit_exception_in_interrupt_handler_helper()
2967 && throw_op->opcode != ZEND_ROPE_ADD) { in zend_jit_exception_in_interrupt_handler_helper()
2968 ZVAL_UNDEF(ZEND_CALL_VAR(EG(current_execute_data), throw_op->result.var)); in zend_jit_exception_in_interrupt_handler_helper()
/PHP-8.0/Zend/
H A Dzend_vm_def.h7787 if ((throw_op->opcode == ZEND_FREE || throw_op->opcode == ZEND_FE_FREE)
7788 && throw_op->extended_value & ZEND_FREE_ON_RETURN) {
7825 if (throw_op->result_type & (IS_VAR | IS_TMP_VAR)) {
7826 switch (throw_op->opcode) {
7839 if (!zend_is_smart_branch(throw_op)) {
9740 if (throw_op in ZEND_VM_HELPER()
9741 && throw_op->result_type & (IS_TMP_VAR|IS_VAR) in ZEND_VM_HELPER()
9742 && throw_op->opcode != ZEND_ADD_ARRAY_ELEMENT in ZEND_VM_HELPER()
9743 && throw_op->opcode != ZEND_ADD_ARRAY_UNPACK in ZEND_VM_HELPER()
9744 && throw_op->opcode != ZEND_ROPE_INIT in ZEND_VM_HELPER()
[all …]
H A Dzend_vm_execute.h2939 if ((throw_op->opcode == ZEND_FREE || throw_op->opcode == ZEND_FE_FREE) in ZEND_HANDLE_EXCEPTION_SPEC_HANDLER()
2940 && throw_op->extended_value & ZEND_FREE_ON_RETURN) { in ZEND_HANDLE_EXCEPTION_SPEC_HANDLER()
2977 if (throw_op->result_type & (IS_VAR | IS_TMP_VAR)) { in ZEND_HANDLE_EXCEPTION_SPEC_HANDLER()
2978 switch (throw_op->opcode) { in ZEND_HANDLE_EXCEPTION_SPEC_HANDLER()
2991 if (!zend_is_smart_branch(throw_op)) { in ZEND_HANDLE_EXCEPTION_SPEC_HANDLER()
3405 if (throw_op in zend_interrupt_helper_SPEC()
3406 && throw_op->result_type & (IS_TMP_VAR|IS_VAR) in zend_interrupt_helper_SPEC()
3407 && throw_op->opcode != ZEND_ADD_ARRAY_ELEMENT in zend_interrupt_helper_SPEC()
3408 && throw_op->opcode != ZEND_ADD_ARRAY_UNPACK in zend_interrupt_helper_SPEC()
3409 && throw_op->opcode != ZEND_ROPE_INIT in zend_interrupt_helper_SPEC()
[all …]

Completed in 160 milliseconds