Searched refs:const_addr (Results 1 – 1 of 1) sorted by relevance
/php-src/ext/opcache/jit/ |
H A D | zend_jit_ir.c | 8035 zend_jit_addr const_addr = ZEND_ADDR_REF_ZVAL(ref); in zend_jit_fetch_constant() local 8037 const_addr = zend_jit_guard_fetch_result_type(jit, opline, const_addr, type, 0, 0, 0); in zend_jit_fetch_constant() 8038 if (!const_addr) { in zend_jit_fetch_constant() 8046 jit_ZVAL_COPY(jit, res_addr, MAY_BE_ANY, const_addr, res_info, 1); in zend_jit_fetch_constant() 8051 ir_ref const_addr = ZEND_ADDR_REF_ZVAL(ref); in zend_jit_fetch_constant() local 8054 jit_ZVAL_COPY(jit, res_addr, MAY_BE_ANY, const_addr, MAY_BE_ANY, 1); in zend_jit_fetch_constant()
|
Completed in 51 milliseconds