Searched refs:GetParameterCount (Results 1 – 6 of 6) sorted by relevance
295 GetParameterCount(p0, p1, p2, p3), storage_),379 static size_t GetParameterCount(MachineType p0, MachineType p1, in GetParameterCount() function
223 return BuildFunction(descriptor.GetParameterCount()); in BuildFunctionFromDescriptor()
43 int parameter_count = GetParameterCount(); in CodeStubGraphBuilderBase()50 int GetParameterCount() const { return descriptor_.GetParameterCount(); } in GetParameterCount() function in v8::internal::CodeStubGraphBuilderBase55 DCHECK(parameter < GetParameterCount()); in GetParameter()143 int param_count = GetParameterCount(); in BuildGraph()
154 int GetParameterCount() const { return data()->param_count(); } in GetParameterCount() function
423 int GetParameterCount() const { in GetParameterCount() function424 return call_descriptor().GetParameterCount(); in GetParameterCount()445 int params = GetParameterCount(); in GetHandlerParameterCount()
2271 DCHECK(operands.length() == res->GetParameterCount());2284 DCHECK(par_index < GetParameterCount()); in RequiredInputRepresentation()2316 values_(GetParameterCount() + 1, zone), in HCallWithDescriptor()2334 int GetParameterCount() const { in GetParameterCount() function