Searched refs:op3_ref (Results 1 – 1 of 1) sorted by relevance
/php-src/ext/opcache/jit/ |
H A D | zend_jit_ir.c | 17722 ir_ref op3_ref = jit_ZVAL_ADDR(jit, op3_addr); local 17737 op3_ref = zend_jit_zval_check_undef(jit, op3_ref, (opline+1)->op1.var, opline, 1); 17740 op3_addr = ZEND_ADDR_REF_ZVAL(op3_ref); 17749 op3_ref = jit_ZVAL_DEREF_ref(jit, op3_ref); 17757 ir_CALL_4(IR_VOID, ir_CONST_ADDR((size_t)function), res_ref, op1_ref, op2_ref, op3_ref);
|
Completed in 43 milliseconds