Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dlinkage.cc375 RepresentationFromType(descriptor.GetParameterType(i)); in GetStubCallDescriptor()
451 RepresentationFromType(descriptor.GetParameterType(i)); in GetBytecodeDispatchCallDescriptor()
Dlinkage.h354 MachineType GetParameterType(int index) const { in GetParameterType() function
Dinstruction-selector.cc869 linkage()->GetParameterType(ParameterIndexOf(node->op())); in VisitNode()
1549 linkage()->GetParameterType(index).representation()); in VisitParameter()
/external/v8/src/
Dinterface-descriptors.h186 Type* GetParameterType(int index) const { in GetParameterType() function
Dcode-stubs.h513 Type* GetParameterType(int index) const { in GetParameterType() function
514 return call_descriptor().GetParameterType(index); in GetParameterType()
Dcode-stubs-hydrogen.cc60 return RepresentationFromType(descriptor_.GetParameterType(parameter)); in GetParameterRepresentation()
/external/v8/src/crankshaft/
Dhydrogen-instructions.h2206 return RepresentationFromType(descriptor_.GetParameterType(par_index)); in RequiredInputRepresentation()