Searched refs:zend_jit_set_ip (Results 1 – 3 of 3) sorted by relevance
/php-src/ext/opcache/jit/ |
H A D | zend_jit_ir.c | 1007 static int zend_jit_set_ip(zend_jit_ctx *jit, const zend_op *target) in zend_jit_set_ip() function 1057 return zend_jit_set_ip(jit, target); in zend_jit_set_ip_ex() 3924 return zend_jit_set_ip(jit, next_opline - 1); in zend_jit_set_cond() 4059 zend_jit_set_ip(jit, opline); in zend_jit_handler() 4099 zend_jit_set_ip(jit, opline); in zend_jit_tail_handler() 8824 if (!zend_jit_set_ip(jit, opline + 1)) { 9095 if (!zend_jit_set_ip(jit, opline + 1)) { 9277 if (!zend_jit_set_ip(jit, opline + 1)) { 9369 if (!zend_jit_set_ip(jit, opline + 1)) { 16918 zend_jit_set_ip(jit, opline);
|
H A D | zend_jit.c | 2694 if (!zend_jit_set_ip(&ctx, target)) { in zend_jit()
|
H A D | zend_jit_trace.c | 7201 && !zend_jit_set_ip(&ctx, p->opline)) { in zend_jit_trace() 7275 && !zend_jit_set_ip(&ctx, p->opline)) { in zend_jit_trace()
|
Completed in 75 milliseconds