Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dwasm-linkage.cc274 FunctionSig* fsig) { in GetWasmCallDescriptor() argument
275 MachineSignature::Builder msig(zone, fsig->return_count(), in GetWasmCallDescriptor()
276 fsig->parameter_count()); in GetWasmCallDescriptor()
277 LocationSignature::Builder locations(zone, fsig->return_count(), in GetWasmCallDescriptor()
278 fsig->parameter_count()); in GetWasmCallDescriptor()
285 LocalType ret = fsig->GetReturn(i); in GetWasmCallDescriptor()
293 const int parameter_count = static_cast<int>(fsig->parameter_count()); in GetWasmCallDescriptor()
295 LocalType param = fsig->GetParam(i); in GetWasmCallDescriptor()