Lines Matching refs:op_info

1737 static void jit_ZVAL_DTOR(zend_jit_ctx *jit, ir_ref ref, uint32_t op_info, const zend_op *opline)  in jit_ZVAL_DTOR()  argument
1739 if (!((op_info) & MAY_BE_GUARD) in jit_ZVAL_DTOR()
1740 && has_concrete_type((op_info) & (MAY_BE_STRING|MAY_BE_ARRAY|MAY_BE_OBJECT|MAY_BE_RESOURCE))) { in jit_ZVAL_DTOR()
1741 …uint8_t type = concrete_type((op_info) & (MAY_BE_STRING|MAY_BE_ARRAY|MAY_BE_OBJECT|MAY_BE_RESOURCE… in jit_ZVAL_DTOR()
1746 …if ((op_info) & (MAY_BE_ARRAY_KEY_STRING|MAY_BE_ARRAY_OF_STRING|MAY_BE_ARRAY_OF_ARRAY|MAY_BE_ARRAY… in jit_ZVAL_DTOR()
1747 …if (opline && ((op_info) & (MAY_BE_ARRAY_OF_ARRAY|MAY_BE_ARRAY_OF_OBJECT|MAY_BE_ARRAY_OF_RESOURCE|… in jit_ZVAL_DTOR()
1771 uint32_t op_info, in jit_ZVAL_PTR_DTOR() argument
1780 if (op_info & (MAY_BE_STRING|MAY_BE_ARRAY|MAY_BE_OBJECT|MAY_BE_RESOURCE|MAY_BE_REF|MAY_BE_GUARD)) { in jit_ZVAL_PTR_DTOR()
1781 …if ((op_info) & ((MAY_BE_ANY|MAY_BE_UNDEF|MAY_BE_INDIRECT|MAY_BE_GUARD)-(MAY_BE_OBJECT|MAY_BE_RESO… in jit_ZVAL_PTR_DTOR()
1790 if (((op_info) & MAY_BE_GUARD) || RC_MAY_BE_1(op_info)) { in jit_ZVAL_PTR_DTOR()
1791 if (((op_info) & MAY_BE_GUARD) || RC_MAY_BE_N(op_info)) { in jit_ZVAL_PTR_DTOR()
1796 jit_ZVAL_DTOR(jit, ref, op_info, opline); in jit_ZVAL_PTR_DTOR()
1802 …if (gc && (((op_info) & MAY_BE_GUARD) || (RC_MAY_BE_N(op_info) && ((op_info) & (MAY_BE_REF|MAY_BE_… in jit_ZVAL_PTR_DTOR()
1805 if ((op_info) & (MAY_BE_REF|MAY_BE_GUARD)) { in jit_ZVAL_PTR_DTOR()
1845 uint32_t op_info, in jit_FREE_OP() argument
1851 op_info, 0, opline); in jit_FREE_OP()
13637 …int zend_jit_packed_guard(zend_jit_ctx *jit, const zend_op *opline, uint32_t var, uint32_t op_info) argument
13651 if (op_info & MAY_BE_ARRAY_PACKED) {