Home
last modified time | relevance | path

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

/php-src/ext/opcache/jit/
H A Dzend_jit_helpers.c3246 const zend_op *throw_op = EG(opline_before_exception); in zend_jit_exception_in_interrupt_handler_helper() local
3248 if (throw_op in zend_jit_exception_in_interrupt_handler_helper()
3249 && throw_op->result_type & (IS_TMP_VAR|IS_VAR) in zend_jit_exception_in_interrupt_handler_helper()
3250 && throw_op->opcode != ZEND_ADD_ARRAY_ELEMENT in zend_jit_exception_in_interrupt_handler_helper()
3251 && throw_op->opcode != ZEND_ADD_ARRAY_UNPACK in zend_jit_exception_in_interrupt_handler_helper()
3252 && throw_op->opcode != ZEND_ROPE_INIT in zend_jit_exception_in_interrupt_handler_helper()
3253 && throw_op->opcode != ZEND_ROPE_ADD) { in zend_jit_exception_in_interrupt_handler_helper()
3254 ZVAL_UNDEF(ZEND_CALL_VAR(EG(current_execute_data), throw_op->result.var)); in zend_jit_exception_in_interrupt_handler_helper()
/php-src/Zend/
H A Dzend_vm_def.h8046 if (UNEXPECTED(!throw_op)) {
8053 if ((throw_op->opcode == ZEND_FREE || throw_op->opcode == ZEND_FE_FREE)
8091 if (throw_op->result_type & (IS_VAR | IS_TMP_VAR)) {
8092 switch (throw_op->opcode) {
8105 if (!zend_is_smart_branch(throw_op)) {
10250 if (throw_op in ZEND_VM_HELPER()
10251 && throw_op->result_type & (IS_TMP_VAR|IS_VAR) in ZEND_VM_HELPER()
10252 && throw_op->opcode != ZEND_ADD_ARRAY_ELEMENT in ZEND_VM_HELPER()
10253 && throw_op->opcode != ZEND_ADD_ARRAY_UNPACK in ZEND_VM_HELPER()
10254 && throw_op->opcode != ZEND_ROPE_INIT in ZEND_VM_HELPER()
[all …]
H A Dzend_vm_execute.h3227 if (UNEXPECTED(!throw_op)) { in ZEND_HANDLE_EXCEPTION_SPEC_HANDLER()
3234 if ((throw_op->opcode == ZEND_FREE || throw_op->opcode == ZEND_FE_FREE) in ZEND_HANDLE_EXCEPTION_SPEC_HANDLER()
3272 if (throw_op->result_type & (IS_VAR | IS_TMP_VAR)) { in ZEND_HANDLE_EXCEPTION_SPEC_HANDLER()
3273 switch (throw_op->opcode) { in ZEND_HANDLE_EXCEPTION_SPEC_HANDLER()
3286 if (!zend_is_smart_branch(throw_op)) { in ZEND_HANDLE_EXCEPTION_SPEC_HANDLER()
3768 if (throw_op in zend_interrupt_helper_SPEC()
3769 && throw_op->result_type & (IS_TMP_VAR|IS_VAR) in zend_interrupt_helper_SPEC()
3770 && throw_op->opcode != ZEND_ADD_ARRAY_ELEMENT in zend_interrupt_helper_SPEC()
3771 && throw_op->opcode != ZEND_ADD_ARRAY_UNPACK in zend_interrupt_helper_SPEC()
3772 && throw_op->opcode != ZEND_ROPE_INIT in zend_interrupt_helper_SPEC()
[all …]

Completed in 180 milliseconds