Home
last modified time | relevance | path

Searched refs:exception_op (Results 1 – 8 of 8) sorted by relevance

/php-src/Zend/
H A Dzend_observer.c84 ZEND_VM_SET_OPCODE_HANDLER(EG(exception_op)); in zend_observer_post_startup()
85 ZEND_VM_SET_OPCODE_HANDLER(EG(exception_op) + 1); in zend_observer_post_startup()
86 ZEND_VM_SET_OPCODE_HANDLER(EG(exception_op) + 2); in zend_observer_post_startup()
H A Dzend_exceptions.h88 EX(opline) = EG(exception_op); in zend_rethrow_exception()
H A Dzend.c665 memset(EG(exception_op), 0, sizeof(EG(exception_op))); in zend_init_exception_op()
666 EG(exception_op)[0].opcode = ZEND_HANDLE_EXCEPTION; in zend_init_exception_op() local
667 ZEND_VM_SET_OPCODE_HANDLER(EG(exception_op)); in zend_init_exception_op()
668 EG(exception_op)[1].opcode = ZEND_HANDLE_EXCEPTION; in zend_init_exception_op() local
669 ZEND_VM_SET_OPCODE_HANDLER(EG(exception_op)+1); in zend_init_exception_op()
670 EG(exception_op)[2].opcode = ZEND_HANDLE_EXCEPTION; in zend_init_exception_op() local
671 ZEND_VM_SET_OPCODE_HANDLER(EG(exception_op)+2); in zend_init_exception_op()
H A Dzend_globals.h249 zend_op exception_op[3]; member
H A Dzend_exceptions.c228 EG(current_execute_data)->opline = EG(exception_op); in zend_throw_exception_internal()
1019 EG(current_execute_data)->opline = EG(exception_op); in zend_throw_unwind_exit()
1027 EG(current_execute_data)->opline = EG(exception_op); in zend_throw_graceful_exit()
/php-src/ext/zend_test/
H A Dobserver.c73 (EX(opline) >= EG(exception_op) && EX(opline) < EG(exception_op) + 3)); in assert_observer_opline()
/php-src/sapi/phpdbg/
H A Dphpdbg_utils.c617 …if (execute_data->opline >= EG(exception_op) && execute_data->opline < EG(exception_op) + 3 && EG(… in phpdbg_check_caught_ex()
/php-src/ext/opcache/jit/
H A Dzend_jit_ir.c1877 handler = zend_get_opcode_handler_func(EG(exception_op)); in zend_jit_exception_handler_stub()
1882 handler = EG(exception_op)->handler; in zend_jit_exception_handler_stub()
2165 jit_STORE_IP(jit, jit_EG(exception_op)); in zend_jit_icall_throw_stub()
2192 jit_LOAD_IP(jit, jit_EG(exception_op)); in zend_jit_leave_throw_stub()
3080 REGISTER_DATA(EG(exception_op)); in zend_jit_setup_disasm()

Completed in 66 milliseconds