Searched refs:zend_jit_do_fcall (Results 1 – 3 of 3) sorted by relevance
/php-src/ext/opcache/jit/ |
H A D | zend_jit.c | 2131 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 | 9927 static int zend_jit_do_fcall(zend_jit_ctx *jit, const zend_op *opline, const zend_op_array *op_arra… function 10634 if (!zend_jit_do_fcall(jit, opline, op_array, ssa, call_level, next_block, NULL)) {
|
H A D | zend_jit_trace.c | 5403 if (!zend_jit_do_fcall(&ctx, opline, op_array, op_array_ssa, frame->call_level, -1, p + 1)) { in zend_jit_trace()
|
Completed in 80 milliseconds