Home
last modified time | relevance | path

Searched refs:exit_addr (Results 1 – 5 of 5) sorted by relevance

/php-src/ext/opcache/jit/
H A Dzend_jit_ir.c1885 if (exit_addr) { in zend_jit_check_timeout()
3872 if (exit_addr) { in zend_jit_jmp_frameless()
6780 if (exit_addr) { in zend_jit_cmp_long_long()
6816 if (exit_addr) { in zend_jit_cmp_long_double()
6837 if (exit_addr) { in zend_jit_cmp_double_long()
6858 if (exit_addr) { in zend_jit_cmp_double_double()
6893 if (exit_addr) { in zend_jit_cmp_slow()
7792 if (exit_addr) { in zend_jit_defined()
7816 if (exit_addr) { in zend_jit_defined()
7834 if (exit_addr) { in zend_jit_defined()
[all …]
H A Dzend_jit_trace.c4102 const void *exit_addr; in zend_jit_trace() local
5431 if (!exit_addr) { in zend_jit_trace()
5446 exit_addr = NULL; in zend_jit_trace()
5479 if (!exit_addr) { in zend_jit_trace()
5497 exit_addr = NULL; in zend_jit_trace()
5515 if (!exit_addr) { in zend_jit_trace()
5521 exit_addr = NULL; in zend_jit_trace()
5544 if (!exit_addr) { in zend_jit_trace()
5550 exit_addr = NULL; in zend_jit_trace()
5736 if (!exit_addr) { in zend_jit_trace()
[all …]
/php-src/ext/opcache/jit/ir/
H A Dir.h905 …(uint32_t first_exit_point, uint32_t exit_points_per_group, const void *exit_addr, ir_code_buffer …
H A Dir_aarch64.dasc6160 const void *exit_addr = ctx->get_exit_addr(i);
6162 if (!exit_addr) {
6166 | b &exit_addr
6334 …(uint32_t first_exit_point, uint32_t exit_points_per_group, const void *exit_addr, ir_code_buffer …
6343 IR_ASSERT(aarch64_may_use_b(code_buffer, exit_addr));
6363 | b &exit_addr
H A Dir_x86.dasc10869 …(uint32_t first_exit_point, uint32_t exit_points_per_group, const void *exit_addr, ir_code_buffer …
10878 IR_ASSERT(sizeof(void*) == 4 || IR_MAY_USE_32BIT_ADDR(code_buffer, exit_addr));
10893 | jmp aword &exit_addr

Completed in 89 milliseconds