Home
last modified time | relevance | path

Searched refs:ir_strl (Results 1 – 3 of 3) sorted by relevance

/PHP-8.2/ext/opcache/jit/ir/
H A Dir_gcm.c729 new_insn->proto = ir_strl(&new_ctx, proto, len); in ir_schedule()
736 new_insn->proto = ir_strl(&new_ctx, proto, len); in ir_schedule()
759 new_insn->proto = ir_strl(&new_ctx, proto, len); in ir_schedule()
768 new_insn->proto = ir_strl(&new_ctx, proto, len); in ir_schedule()
843 new_insn->op2 = ir_strl(&new_ctx, proto, len); in ir_schedule()
H A Dir.c679 ir_ref ir_strl(ir_ctx *ctx, const char *s, size_t len) in ir_strl() function
707 return ir_strl(ctx, (const char *)&proto, offsetof(ir_proto_t, param_types) + 0); in ir_proto_0()
718 return ir_strl(ctx, (const char *)&proto, offsetof(ir_proto_t, param_types) + 1); in ir_proto_1()
730 return ir_strl(ctx, (const char *)&proto, offsetof(ir_proto_t, param_types) + 2); in ir_proto_2()
743 return ir_strl(ctx, (const char *)&proto, offsetof(ir_proto_t, param_types) + 3); in ir_proto_3()
758 return ir_strl(ctx, (const char *)&proto, offsetof(ir_proto_t, param_types) + 4); in ir_proto_4()
774 return ir_strl(ctx, (const char *)&proto, offsetof(ir_proto_t, param_types) + 5); in ir_proto_5()
786 return ir_strl(ctx, (const char *)proto, offsetof(ir_proto_t, param_types) + params_count); in ir_proto()
H A Dir.h647 ir_ref ir_strl(ir_ctx *ctx, const char *s, size_t len);

Completed in 18 milliseconds