Searched defs:GetParameterCount (Results 1 - 4 of 4) sorted by relevance

/external/v8/src/
H A Dinterface-descriptors.h172 int GetParameterCount() const { return data()->param_count(); } function in class:v8::internal::CallInterfaceDescriptor
H A Dcode-stubs-hydrogen.cc44 int parameter_count = GetParameterCount();
51 int GetParameterCount() const { return descriptor_.GetParameterCount(); } function in class:v8::internal::CodeStubGraphBuilderBase
56 DCHECK(parameter < GetParameterCount());
112 int param_count = GetParameterCount();
/external/v8/test/cctest/wasm/
H A Dwasm-run-utils.h590 GetParameterCount(p0, p1, p2, p3), storage_),
602 GetParameterCount(p0, p1, p2, p3), storage_),
741 static size_t GetParameterCount(MachineType p0, MachineType p1, function in class:__anon18905::WasmRunner
/external/v8/src/crankshaft/
H A Dhydrogen-instructions.h2205 DCHECK(par_index < GetParameterCount());
2245 values_(GetParameterCount() + 1, zone),
2250 DCHECK_EQ(operands.length(), GetParameterCount());
2266 int GetParameterCount() const { function

Completed in 195 milliseconds