Searched refs:return_count_ (Results 1 – 6 of 6) sorted by relevance
18 : return_count_(return_count), in Signature()22 size_t return_count() const { return return_count_; } in return_count()27 return reps_[return_count_ + index]; in GetParam()31 DCHECK(index < return_count_);39 : return_count_(return_count), in Builder()47 const size_t return_count_; variable51 DCHECK(rcursor_ < return_count_); in AddReturn()56 buffer_[return_count_ + pcursor_++] = val; in AddParam()59 DCHECK(rcursor_ == return_count_); in Build()61 return new (zone_) Signature<T>(return_count_, parameter_count_, buffer_); in Build()[all …]
162 CHECK(locations.return_count_ <= 2); in GetSimplifiedCDescriptor()164 if (locations.return_count_ > 0) { in GetSimplifiedCDescriptor()167 if (locations.return_count_ > 1) { in GetSimplifiedCDescriptor()
239 if (locations.return_count_ > 0) { in GetRuntimeCallDescriptor()242 if (locations.return_count_ > 1) { in GetRuntimeCallDescriptor()445 if (locations.return_count_ > 0) { in GetStubCallDescriptor()448 if (locations.return_count_ > 1) { in GetStubCallDescriptor()
225 const int return_count = static_cast<int>(locations.return_count_); in GetWasmCallDescriptor()
118 if (return_count_ == 1) storage_[0] = MachineTypeForC<Ret>(); in CSignatureOf()123 reps_[return_count_ + index] = type; in Set()
182 const int return_count = static_cast<int>(locations.return_count_); in Create()