Home
last modified time | relevance | path

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

/php-src/ext/opcache/jit/ir/
H A Dir.h688 ir_ref ir_proto_0(ir_ctx *ctx, uint8_t flags, ir_type ret_type);
H A Dir.c708 ir_ref ir_proto_0(ir_ctx *ctx, uint8_t flags, ir_type ret_type) function
/php-src/ext/opcache/jit/
H A Dzend_jit_ir.c70 ir_proto_0(_ir_CTX, IR_FASTCALL_FUNC, IR_I32))
524 ir_ref proto = flags ? ir_proto_0(&jit->ctx, flags, IR_I32) : 0; in jit_CONST_FUNC()
577 insn->proto = flags ? ir_proto_0(&jit->ctx, flags, IR_I32) : 0; in jit_STUB_FUNC_ADDR()

Completed in 58 milliseconds