Searched refs:GetParameterType (Results 1 – 9 of 9) sorted by relevance
327 if (descriptor->GetParameterType(i) == input_type) { in ReplaceTypeInCallDescriptorWith()359 if (descriptor->GetParameterType(i) == input_type) { in ReplaceTypeInCallDescriptorWith()365 params.Next(descriptor->GetParameterType(i).representation())); in ReplaceTypeInCallDescriptorWith()
63 types[current++] = GetParameterType(i); in GetMachineSignature()371 MachineType type = descriptor.GetParameterType(i); in GetStubCallDescriptor()440 MachineType type = descriptor.GetParameterType(i); in GetBytecodeDispatchCallDescriptor()
279 MachineType GetParameterType(size_t index) const { in NON_EXPORTED_BASE()389 MachineType GetParameterType(int index) const { in NON_EXPORTED_BASE()
82 linkage_->GetParameterType(ParameterIndexOf(node->op())) in Run()
979 linkage()->GetParameterType(ParameterIndexOf(node->op())); in VisitNode()
183 MachineType GetParameterType(int index) const { in GetParameterType() function
527 MachineType GetParameterType(int index) const { in GetParameterType() function528 return call_descriptor().GetParameterType(index); in GetParameterType()
64 descriptor_.GetParameterType(parameter)); in GetParameterRepresentation()
2072 descriptor_.GetParameterType(par_index)); in RequiredInputRepresentation()