Searched refs:ir_patch (Results 1 – 5 of 5) sorted by relevance
/php-src/ext/opcache/ |
H A D | config.w32 | 29 ir_dump.c ir_check.c ir_patch.c";
|
H A D | config.m4 | 59 jit/ir/ir_patch.c
|
/php-src/ext/opcache/jit/ir/ |
H A D | ir_patch.c | 251 int ir_patch(const void *code, size_t size, uint32_t jmp_table_size, const void *from_addr, const v… in ir_patch() function
|
H A D | ir.h | 887 int ir_patch(const void *code, size_t size, uint32_t jmp_table_size, const void *from_addr, const v…
|
/php-src/ext/opcache/jit/ |
H A D | zend_jit_ir.c | 17223 return ir_patch(code, size, jmp_table_size, zend_jit_trace_get_exit_addr(exit_num), addr);
|
Completed in 92 milliseconds