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.c3330 const zend_op *throw_op = EG(opline_before_exception); in zend_jit_exception_in_interrupt_handler_helper() local
3332 if (throw_op in zend_jit_exception_in_interrupt_handler_helper()
3333 && throw_op->result_type & (IS_TMP_VAR|IS_VAR) in zend_jit_exception_in_interrupt_handler_helper()
3334 && throw_op->opcode != ZEND_ADD_ARRAY_ELEMENT in zend_jit_exception_in_interrupt_handler_helper()
3335 && throw_op->opcode != ZEND_ADD_ARRAY_UNPACK in zend_jit_exception_in_interrupt_handler_helper()
3336 && throw_op->opcode != ZEND_ROPE_INIT in zend_jit_exception_in_interrupt_handler_helper()
3337 && throw_op->opcode != ZEND_ROPE_ADD) { in zend_jit_exception_in_interrupt_handler_helper()
3338 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.h8111 if (UNEXPECTED(!throw_op)) {
8118 if ((throw_op->opcode == ZEND_FREE || throw_op->opcode == ZEND_FE_FREE)
8156 if (throw_op->result_type & (IS_VAR | IS_TMP_VAR)) {
8157 switch (throw_op->opcode) {
8170 if (!zend_is_smart_branch(throw_op)) {
10405 if (throw_op in ZEND_VM_HELPER()
10406 && throw_op->result_type & (IS_TMP_VAR|IS_VAR) in ZEND_VM_HELPER()
10407 && throw_op->opcode != ZEND_ADD_ARRAY_ELEMENT in ZEND_VM_HELPER()
10408 && throw_op->opcode != ZEND_ADD_ARRAY_UNPACK in ZEND_VM_HELPER()
10409 && throw_op->opcode != ZEND_ROPE_INIT in ZEND_VM_HELPER()
[all …]
H A Dzend_vm_execute.h3258 if (UNEXPECTED(!throw_op)) { in ZEND_HANDLE_EXCEPTION_SPEC_HANDLER()
3265 if ((throw_op->opcode == ZEND_FREE || throw_op->opcode == ZEND_FE_FREE) in ZEND_HANDLE_EXCEPTION_SPEC_HANDLER()
3303 if (throw_op->result_type & (IS_VAR | IS_TMP_VAR)) { in ZEND_HANDLE_EXCEPTION_SPEC_HANDLER()
3304 switch (throw_op->opcode) { in ZEND_HANDLE_EXCEPTION_SPEC_HANDLER()
3317 if (!zend_is_smart_branch(throw_op)) { in ZEND_HANDLE_EXCEPTION_SPEC_HANDLER()
3895 if (throw_op in zend_interrupt_helper_SPEC()
3896 && throw_op->result_type & (IS_TMP_VAR|IS_VAR) in zend_interrupt_helper_SPEC()
3897 && throw_op->opcode != ZEND_ADD_ARRAY_ELEMENT in zend_interrupt_helper_SPEC()
3898 && throw_op->opcode != ZEND_ADD_ARRAY_UNPACK in zend_interrupt_helper_SPEC()
3899 && throw_op->opcode != ZEND_ROPE_INIT in zend_interrupt_helper_SPEC()
[all …]

Completed in 255 milliseconds