Home
last modified time | relevance | path

Searched refs:GetParameterCount (Results 1 – 6 of 6) sorted by relevance

/external/v8/test/cctest/wasm/
Dwasm-run-utils.h295 GetParameterCount(p0, p1, p2, p3), storage_),
379 static size_t GetParameterCount(MachineType p0, MachineType p1, in GetParameterCount() function
/external/v8/test/cctest/compiler/
Dfunction-tester.h223 return BuildFunction(descriptor.GetParameterCount()); in BuildFunctionFromDescriptor()
/external/v8/src/
Dcode-stubs-hydrogen.cc43 int parameter_count = GetParameterCount(); in CodeStubGraphBuilderBase()
50 int GetParameterCount() const { return descriptor_.GetParameterCount(); } in GetParameterCount() function in v8::internal::CodeStubGraphBuilderBase
55 DCHECK(parameter < GetParameterCount()); in GetParameter()
143 int param_count = GetParameterCount(); in BuildGraph()
Dinterface-descriptors.h154 int GetParameterCount() const { return data()->param_count(); } in GetParameterCount() function
Dcode-stubs.h423 int GetParameterCount() const { in GetParameterCount() function
424 return call_descriptor().GetParameterCount(); in GetParameterCount()
445 int params = GetParameterCount(); in GetHandlerParameterCount()
/external/v8/src/crankshaft/
Dhydrogen-instructions.h2271 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