Home
last modified time | relevance | path

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

/wasmtime-44.0.1/cranelift/codegen/src/ir/
H A Dinstructions.rs603 CallInfo::DirectWithSig(func_ref, exdata.signature(), args.as_slice(pool)) in analyze_call()
690 DirectWithSig(FuncRef, SigRef, &'a [Value]), enumerator
H A Ddfg.rs1099 CallInfo::DirectWithSig(_, s, _) => Some(s), in call_signature()
/wasmtime-44.0.1/cranelift/codegen/src/verifier/
H A Dmod.rs1440 CallInfo::DirectWithSig(func_ref, sig_ref, args) => { in typecheck_variable_args()