Searched refs:GetParameterType (Results 1 – 7 of 7) sorted by relevance
375 RepresentationFromType(descriptor.GetParameterType(i)); in GetStubCallDescriptor()451 RepresentationFromType(descriptor.GetParameterType(i)); in GetBytecodeDispatchCallDescriptor()
354 MachineType GetParameterType(int index) const { in GetParameterType() function
869 linkage()->GetParameterType(ParameterIndexOf(node->op())); in VisitNode()1549 linkage()->GetParameterType(index).representation()); in VisitParameter()
186 Type* GetParameterType(int index) const { in GetParameterType() function
513 Type* GetParameterType(int index) const { in GetParameterType() function514 return call_descriptor().GetParameterType(index); in GetParameterType()
60 return RepresentationFromType(descriptor_.GetParameterType(parameter)); in GetParameterRepresentation()
2206 return RepresentationFromType(descriptor_.GetParameterType(par_index)); in RequiredInputRepresentation()