Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dc-linkage.cc147 Zone* zone, const MachineSignature* msig, bool set_initialize_root_flag) { in GetSimplifiedCDescriptor() argument
148 DCHECK_LE(msig->parameter_count(), static_cast<size_t>(kMaxCParameters)); in GetSimplifiedCDescriptor()
150 LocationSignature::Builder locations(zone, msig->return_count(), in GetSimplifiedCDescriptor()
151 msig->parameter_count()); in GetSimplifiedCDescriptor()
155 for (size_t i = 0; i < msig->return_count(); i++) { in GetSimplifiedCDescriptor()
156 MachineRepresentation rep = msig->GetReturn(i).representation(); in GetSimplifiedCDescriptor()
160 for (size_t i = 0; i < msig->parameter_count(); i++) { in GetSimplifiedCDescriptor()
161 MachineRepresentation rep = msig->GetParam(i).representation(); in GetSimplifiedCDescriptor()
177 msig->GetReturn(0))); in GetSimplifiedCDescriptor()
181 msig->GetReturn(1))); in GetSimplifiedCDescriptor()
[all …]