Home
last modified time | relevance | path

Searched refs:zend_jit_zval_check_undef (Results 1 – 1 of 1) sorted by relevance

/php-src/ext/opcache/jit/
H A Dzend_jit_ir.c3903 static ir_ref zend_jit_zval_check_undef(zend_jit_ctx *jit, in zend_jit_zval_check_undef() function
6920 op1 = zend_jit_zval_check_undef(jit, op1, opline->op1.var, NULL, 0); in zend_jit_cmp()
6924 op2 = zend_jit_zval_check_undef(jit, op2, opline->op2.var, NULL, 0); in zend_jit_cmp()
7022 op1 = zend_jit_zval_check_undef(jit, op1, opline->op1.var, opline, 0); in zend_jit_identical()
7290 zend_jit_zval_check_undef(jit, ref, opline->op1.var, opline, 0); in zend_jit_bool_jmpznz()
10444 ref = zend_jit_zval_check_undef(jit, ref, opline->op1.var, NULL, 1);
16716 zend_jit_zval_check_undef(jit, op1_ref, opline->op1.var, opline, 1);
16747 zend_jit_zval_check_undef(jit, op1_ref, opline->op1.var, opline, 1);
16750 zend_jit_zval_check_undef(jit, op2_ref, opline->op2.var, opline, 1);
16795 zend_jit_zval_check_undef(jit, op1_ref, opline->op1.var, opline, 1);
[all …]

Completed in 47 milliseconds