Searched refs:jit_FREE_OP (Results 1 – 1 of 1) sorted by relevance
/PHP-8.4/ext/opcache/jit/ |
H A D | zend_jit_ir.c | 1839 static void jit_FREE_OP(zend_jit_ctx *jit, in jit_FREE_OP() function 5489 jit_FREE_OP(jit, op1_type, op1, op1_info, NULL); in zend_jit_math_helper() 5490 jit_FREE_OP(jit, op2_type, op2, op2_info, NULL); in zend_jit_math_helper() 5874 jit_FREE_OP(jit, op1_type, op1, op1_info, NULL); in zend_jit_long_math_helper() 5875 jit_FREE_OP(jit, op2_type, op2, op2_info, NULL); in zend_jit_long_math_helper() 5976 jit_FREE_OP(jit, op2_type, op2, op2_info, opline); in zend_jit_concat_helper() 6002 jit_FREE_OP(jit, op1_type, op1, op1_info, NULL); in zend_jit_concat_helper() 6003 jit_FREE_OP(jit, op2_type, op2, op2_info, NULL); in zend_jit_concat_helper() 13386 jit_FREE_OP(jit, opline->op2_type, opline->op2, op2_info, NULL); 17262 jit_FREE_OP(jit, opline->op1_type, opline->op1, op1_info, NULL); [all …]
|
Completed in 50 milliseconds