Searched refs:fsig (Results 1 – 1 of 1) sorted by relevance
5266 Zone* zone, wasm::FunctionSig* fsig, in GetWasmCallDescriptor() argument5269 LocationSignature::Builder locations(zone, fsig->return_count(), in GetWasmCallDescriptor()5270 fsig->parameter_count() + 1); in GetWasmCallDescriptor()5279 const int parameter_count = static_cast<int>(fsig->parameter_count()); in GetWasmCallDescriptor()5282 wasm::ValueTypes::MachineRepresentationFor(fsig->GetParam(i)); in GetWasmCallDescriptor()5299 wasm::ValueTypes::MachineRepresentationFor(fsig->GetReturn(i)); in GetWasmCallDescriptor()