Home
last modified time | relevance | path

Searched refs:ir_code_buffer (Results 1 – 4 of 4) sorted by relevance

/php-src/ext/opcache/jit/ir/
H A Dir.h568 } ir_code_buffer; typedef
631 ir_code_buffer *code_buffer;
789 bool ir_needs_thunk(ir_code_buffer *code_buffer, void *addr);
790 void *ir_emit_thunk(ir_code_buffer *code_buffer, void *addr, size_t *size_ptr);
905 …t_exit_point, uint32_t exit_points_per_group, const void *exit_addr, ir_code_buffer *code_buffer, …
H A Dir_aarch64.dasc63 static bool aarch64_may_use_b(ir_code_buffer *code_buffer, const void *addr)
78 static bool aarch64_may_use_adr(ir_code_buffer *code_buffer, const void *addr)
92 static bool aarch64_may_use_adrp(ir_code_buffer *code_buffer, const void *addr)
6334 …t_exit_point, uint32_t exit_points_per_group, const void *exit_addr, ir_code_buffer *code_buffer, …
6509 bool ir_needs_thunk(ir_code_buffer *code_buffer, void *addr)
6514 void *ir_emit_thunk(ir_code_buffer *code_buffer, void *addr, size_t *size_ptr)
H A Dir_x86.dasc10869 …t_exit_point, uint32_t exit_points_per_group, const void *exit_addr, ir_code_buffer *code_buffer, …
10928 bool ir_needs_thunk(ir_code_buffer *code_buffer, void *addr)
10933 void *ir_emit_thunk(ir_code_buffer *code_buffer, void *addr, size_t *size_ptr)
/php-src/ext/opcache/jit/
H A Dzend_jit_ir.c2760 ir_code_buffer code_buffer; in zend_jit_ir_compile()
16283 ir_code_buffer code_buffer;

Completed in 85 milliseconds