Home
last modified time | relevance | path

Searched refs:check_exception (Results 1 – 4 of 4) sorted by relevance

/PHP-8.3/Zend/
H A Dzend_execute.c5326 #define ZEND_VM_NEXT_OPCODE_EX(check_exception, skip) \ argument
5328 if (check_exception) { \
5354 #define ZEND_VM_JMP_EX(new_op, check_exception) do { \ argument
5355 if (check_exception && UNEXPECTED(EG(exception))) { \
/PHP-8.3/ext/opcache/jit/
H A Dzend_jit_x86.dasc6109 bool check_exception)
6159 if (check_exception) {
6270 bool check_exception)
6317 if (check_exception) {
6422 bool check_exception)
6446 if (!zend_jit_assign_to_typed_ref(Dst, opline, val_type, val_addr, res_addr, check_exception)) {
6514 if (check_exception && !(val_info & MAY_BE_UNDEF)) {
6530 if (check_exception && (val_info & MAY_BE_UNDEF)) {
6564 …var_addr, var_info, var_def_info, val_type, val_addr, val_info, res_addr, 0, 0, check_exception)) {
12649 …fy_arg_type(dasm_State **Dst, const zend_op *opline, zend_arg_info *arg_info, bool check_exception)
[all …]
H A Dzend_jit_arm64.dasc5572 bool check_exception)
5622 if (check_exception) {
5727 bool check_exception)
5766 if (check_exception) {
5872 bool check_exception)
5896 if (!zend_jit_assign_to_typed_ref(Dst, opline, val_type, val_addr, res_addr, check_exception)) {
5962 if (check_exception && !(val_info & MAY_BE_UNDEF)) {
5978 if (check_exception && (val_info & MAY_BE_UNDEF)) {
6012 …var_addr, var_info, var_def_info, val_type, val_addr, val_info, res_addr, 0, 0, check_exception)) {
11890 …fy_arg_type(dasm_State **Dst, const zend_op *opline, zend_arg_info *arg_info, bool check_exception)
[all …]
H A Dzend_jit.c182 bool check_exception);

Completed in 72 milliseconds