Searched refs:op_info (Results 1 – 2 of 2) sorted by relevance
/PHP-8.4/ext/opcache/jit/ |
H A D | zend_jit_ir.c | 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() 1771 uint32_t op_info, in jit_ZVAL_PTR_DTOR() argument 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() 1842 uint32_t op_info, in jit_FREE_OP() argument 1848 op_info, 0, opline); in jit_FREE_OP() [all …]
|
H A D | zend_jit_trace.c | 398 #define CHECK_OP_TRACE_TYPE(_var, _ssa_var, op_info, op_type) do { \ argument 400 if ((op_info & MAY_BE_GUARD) != 0) { \ 406 op_info = zend_jit_trace_type_to_info(op_type); \ 409 op_info &= ~MAY_BE_GUARD; \ 410 ssa->var_info[_ssa_var].type &= op_info; \
|
Completed in 94 milliseconds