Searched refs:jit_FREE_OP (Results 1 – 1 of 1) sorted by relevance
/php-src/ext/opcache/jit/ |
H A D | zend_jit_ir.c | 1842 static void jit_FREE_OP(zend_jit_ctx *jit, in jit_FREE_OP() function 5496 jit_FREE_OP(jit, op1_type, op1, op1_info, NULL); in zend_jit_math_helper() 5497 jit_FREE_OP(jit, op2_type, op2, op2_info, NULL); in zend_jit_math_helper() 5881 jit_FREE_OP(jit, op1_type, op1, op1_info, NULL); in zend_jit_long_math_helper() 5882 jit_FREE_OP(jit, op2_type, op2, op2_info, NULL); in zend_jit_long_math_helper() 5983 jit_FREE_OP(jit, op2_type, op2, op2_info, opline); in zend_jit_concat_helper() 6009 jit_FREE_OP(jit, op1_type, op1, op1_info, NULL); in zend_jit_concat_helper() 6010 jit_FREE_OP(jit, op2_type, op2, op2_info, NULL); in zend_jit_concat_helper() 13605 jit_FREE_OP(jit, opline->op2_type, opline->op2, op2_info, NULL); 17635 jit_FREE_OP(jit, opline->op1_type, opline->op1, op1_info, NULL); [all …]
|
Completed in 48 milliseconds