Lines Matching defs:call_descriptor
83 int GetReturnIndexAfterLowering(const CallDescriptor* call_descriptor,
87 if (call_descriptor->GetReturnType(i).representation() ==
95 int GetReturnCountAfterLowering(const CallDescriptor* call_descriptor) {
97 call_descriptor, static_cast<int>(call_descriptor->ReturnCount()));
362 auto call_descriptor =
365 GetReturnCountAfterLowering(call_descriptor) !=
366 static_cast<int>(call_descriptor->ReturnCount());
371 node, common()->TailCall(LowerCallDescriptor(call_descriptor)));
376 auto call_descriptor = CallDescriptorOf(node->op());
379 GetReturnCountAfterLowering(call_descriptor) !=
380 static_cast<int>(call_descriptor->ReturnCount());
384 node, common()->Call(LowerCallDescriptor(call_descriptor)));
387 size_t return_arity = call_descriptor->ReturnCount();
399 DCHECK_EQ(GetReturnIndexAfterLowering(call_descriptor,
406 if (call_descriptor->GetReturnType(old_index).representation() ==
1096 const CallDescriptor* call_descriptor) {
1098 auto replacement = special_case_->replacements.find(call_descriptor);
1103 return GetI32WasmCallDescriptor(zone(), call_descriptor);