Searched refs:GetReturnCount (Results 1 – 4 of 4) sorted by relevance
353 size_t return_count = descriptor.GetReturnCount(); in GetStubCallDescriptor()415 DCHECK_EQ(descriptor.GetReturnCount(), 1); in GetBytecodeDispatchCallDescriptor()
1163 DCHECK_EQ(result_size, descriptor.GetReturnCount()); in CallStubN()
172 DCHECK_EQ(result_size, descriptor.GetReturnCount()); in BuildWithCodeStubAssemblerCS()
225 int GetReturnCount() const { return data()->return_count(); } in GetReturnCount() function