Home
last modified time | relevance | path

Searched refs:GetParameterType (Results 1 – 7 of 7) sorted by relevance

/external/v8/src/compiler/
Dlinkage.h343 MachineType GetParameterType(int index) const { in GetParameterType() function
Dlinkage.cc461 RepresentationFromType(descriptor.GetParameterType(i)); in GetStubCallDescriptor()
Dinstruction-selector.cc808 linkage()->GetParameterType(ParameterIndexOf(node->op())); in VisitNode()
1307 linkage()->GetParameterType(index).representation()); in VisitParameter()
/external/v8/src/
Dinterface-descriptors.h168 Type* GetParameterType(int index) const { in GetParameterType() function
Dcode-stubs.h431 Type* GetParameterType(int index) const { in GetParameterType() function
432 return call_descriptor().GetParameterType(index); in GetParameterType()
Dcode-stubs-hydrogen.cc59 return RepresentationFromType(descriptor_.GetParameterType(parameter)); in GetParameterRepresentation()
/external/v8/src/crankshaft/
Dhydrogen-instructions.h2285 return RepresentationFromType(descriptor_.GetParameterType(par_index)); in RequiredInputRepresentation()