Searched refs:zend_jit_send_ref (Results 1 – 3 of 3) sorted by relevance
/php-src/ext/opcache/jit/ |
H A D | zend_jit.c | 2077 if (!zend_jit_send_ref(&ctx, opline, op_array, in zend_jit()
|
H A D | zend_jit_ir.c | 9451 static int zend_jit_send_ref(zend_jit_ctx *jit, const zend_op *opline, const zend_op_array *op_arra… function 9561 if (!zend_jit_send_ref(jit, opline, op_array, op1_info, 0)) { 9575 if (!zend_jit_send_ref(jit, opline, op_array, op1_info, 1)) { 9670 if (!zend_jit_send_ref(jit, opline, op_array, op1_info, 0)) { 9682 if (!zend_jit_send_ref(jit, opline, op_array, op1_info, 1)) {
|
H A D | zend_jit_trace.c | 5305 if (!zend_jit_send_ref(&ctx, opline, op_array, in zend_jit_trace()
|
Completed in 63 milliseconds