Searched refs:ret_addr (Results 1 – 1 of 1) sorted by relevance
/php-src/ext/opcache/jit/ |
H A D | zend_jit_ir.c | 11171 zend_jit_addr ret_addr; local 11205 ret_addr = ZEND_ADDR_REF_ZVAL(return_value); 11258 jit_ZVAL_COPY_CONST(jit, ret_addr, MAY_BE_ANY, MAY_BE_ANY, zv, 1); 11260 jit_ZVAL_COPY(jit, ret_addr, MAY_BE_ANY, op1_addr, op1_info, 0); 11272 jit_ZVAL_COPY(jit, ret_addr, MAY_BE_ANY, op1_addr, op1_info, 1); 11274 jit_ZVAL_COPY(jit, ret_addr, MAY_BE_ANY, op1_addr, op1_info, 0); 11281 jit_ZVAL_COPY(jit, ret_addr, MAY_BE_ANY, op1_addr, op1_info, 0); 11297 jit_ZVAL_COPY(jit, ret_addr, MAY_BE_ANY, ref_addr, op1_info, 0); 11303 ir_ref if_refcounted = jit_if_REFCOUNTED(jit, ret_addr); 11309 ref2 = jit_Z_PTR(jit, ret_addr); [all …]
|
Completed in 40 milliseconds