Searched refs:zend_jit_switch (Results 1 – 3 of 3) sorted by relevance
/PHP-8.4/ext/opcache/jit/ |
H A D | zend_jit.c | 2418 if (!zend_jit_switch(&ctx, opline, op_array, ssa, NULL, NULL)) { in zend_jit()
|
H A D | zend_jit_trace.c | 6203 …if (!zend_jit_switch(&ctx, opline, op_array, op_array_ssa, p+1, &zend_jit_traces[ZEND_JIT_TRACE_NU… in zend_jit_trace()
|
H A D | zend_jit_ir.c | 15627 static int zend_jit_switch(zend_jit_ctx *jit, const zend_op *opline, const zend_op_array *op_array,… function
|
Completed in 103 milliseconds