Lines Matching refs:call_descriptor
33 CallDescriptor* call_descriptor() const { in call_descriptor() function in v8::internal::compiler::__anon843493e90111::MachineRepresentationInferrer
65 auto call_descriptor = CallDescriptorOf(input->op()); in GetProjectionType() local
66 return call_descriptor->GetReturnType(index).representation(); in GetProjectionType()
136 auto call_descriptor = CallDescriptorOf(node->op()); in Run() local
137 if (call_descriptor->ReturnCount() > 0) { in Run()
139 call_descriptor->GetReturnType(0).representation(); in Run()
566 size_t return_count = inferrer_->call_descriptor()->ReturnCount(); in Run()
568 MachineType type = inferrer_->call_descriptor()->GetReturnType(i); in Run()
767 auto call_descriptor = CallDescriptorOf(node->op()); in CheckCallInputs() local
770 for (size_t i = 0; i < call_descriptor->InputCount(); ++i) { in CheckCallInputs()
775 call_descriptor->GetInputType(i).representation(); in CheckCallInputs()