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

/external/v8/src/
H A Dcode-stubs-hydrogen.cc49 int parameter_count = GetParameterCount();
56 int GetParameterCount() const { return descriptor_.GetParameterCount(); } function in class:v8::internal::CodeStubGraphBuilderBase
61 DCHECK(parameter < GetParameterCount());
103 int param_count = GetParameterCount();
H A Dinterface-descriptors.h172 int GetParameterCount() const { return data()->param_count(); } function in class:v8::internal::CallInterfaceDescriptor
/external/v8/src/wasm/
H A Dwasm-interpreter.cc1932 int InterpretedFrame::GetParameterCount() const { function in class:v8::internal::wasm::InterpretedFrame
/external/v8/src/crankshaft/
H A Dhydrogen-instructions.h2068 DCHECK(par_index < GetParameterCount());
2100 DCHECK_LT(index, GetParameterCount());
2116 values_(GetParameterCount() + 2, zone), // +2 for context and target.
2122 DCHECK_EQ(operands.length(), GetParameterCount());
2139 int GetParameterCount() const { return descriptor_.GetParameterCount(); } function

Completed in 251 milliseconds