Searched refs:GetParameterType (Results 1 – 9 of 9) sorted by relevance
328 if (descriptor->GetParameterType(i) == input_type) { in ReplaceTypeInCallDescriptorWith()360 if (descriptor->GetParameterType(i) == input_type) { in ReplaceTypeInCallDescriptorWith()366 params.Next(descriptor->GetParameterType(i).representation())); in ReplaceTypeInCallDescriptorWith()
62 types[current++] = GetParameterType(i); in GetMachineSignature()369 MachineType type = descriptor.GetParameterType(i); in GetStubCallDescriptor()438 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()
98 linkage_->GetParameterType(ParameterIndexOf(node->op())) in Run()
1033 linkage()->GetParameterType(ParameterIndexOf(node->op())); in VisitNode()
66 descriptor_.GetParameterType(parameter)); in GetParameterRepresentation()
448 MachineType GetParameterType(int index) const { in GetParameterType() function449 return call_descriptor().GetParameterType(index); in GetParameterType()
186 MachineType GetParameterType(int index) const { in GetParameterType() function
2070 descriptor_.GetParameterType(par_index)); in RequiredInputRepresentation()