Home
last modified time | relevance | path

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

/PHP-8.4/ext/opcache/jit/ir/
H A Dir_patch.c251 int ir_patch(const void *code, size_t size, uint32_t jmp_table_size, const void *from_addr, const v… in ir_patch() argument
255 if (jmp_table_size) { in ir_patch()
264 } while (--jmp_table_size); in ir_patch()
H A Dir.h887 int ir_patch(const void *code, size_t size, uint32_t jmp_table_size, const void *from_addr, const v…
/PHP-8.4/ext/opcache/jit/
H A Dzend_jit_internal.h525 uint32_t jmp_table_size;/* number of jmp_table slots */ member
H A Dzend_jit_trace.c7438 t->jmp_table_size = 0; in zend_jit_compile_root_trace()
8179 zend_jit_traces[trace_num].jmp_table_size, in zend_jit_blacklist_trace_exit()
8257 t->jmp_table_size = 0; in zend_jit_compile_side_trace()
8329 zend_jit_traces[parent_num].jmp_table_size, in zend_jit_compile_side_trace()
H A Dzend_jit_ir.c16860 static int zend_jit_link_side_trace(const void *code, size_t size, uint32_t jmp_table_size, uint32_… argument
16862 return ir_patch(code, size, jmp_table_size, zend_jit_trace_get_exit_addr(exit_num), addr);

Completed in 130 milliseconds