Searched refs:zend_jit_do_fcall (Results 1 – 3 of 3) sorted by relevance
/PHP-8.4/ext/opcache/jit/ |
H A D | zend_jit.c | 2020 if (!zend_jit_do_fcall(&ctx, opline, op_array, ssa, call_level, b + 1, NULL)) { in zend_jit()
|
H A D | zend_jit_ir.c | 9721 static int zend_jit_do_fcall(zend_jit_ctx *jit, const zend_op *opline, const zend_op_array *op_arra… function 10428 if (!zend_jit_do_fcall(jit, opline, op_array, ssa, call_level, next_block, NULL)) {
|
H A D | zend_jit_trace.c | 5370 if (!zend_jit_do_fcall(&ctx, opline, op_array, op_array_ssa, frame->call_level, -1, p + 1)) { in zend_jit_trace()
|
Completed in 88 milliseconds