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.c1882 if (exit_addr) { in zend_jit_check_timeout()
3865 if (exit_addr) { in zend_jit_jmp_frameless()
6767 if (exit_addr) { in zend_jit_cmp_long_long()
6803 if (exit_addr) { in zend_jit_cmp_long_double()
6824 if (exit_addr) { in zend_jit_cmp_double_long()
6845 if (exit_addr) { in zend_jit_cmp_double_double()
6880 if (exit_addr) { in zend_jit_cmp_slow()
7779 if (exit_addr) { in zend_jit_defined()
7803 if (exit_addr) { in zend_jit_defined()
7821 if (exit_addr) { in zend_jit_defined()
[all …]
H A Dzend_jit_trace.c4074 const void *exit_addr; in zend_jit_trace() local
5398 if (!exit_addr) { in zend_jit_trace()
5413 exit_addr = NULL; in zend_jit_trace()
5446 if (!exit_addr) { in zend_jit_trace()
5464 exit_addr = NULL; in zend_jit_trace()
5482 if (!exit_addr) { in zend_jit_trace()
5488 exit_addr = NULL; in zend_jit_trace()
5511 if (!exit_addr) { in zend_jit_trace()
5517 exit_addr = NULL; in zend_jit_trace()
5700 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 96 milliseconds