Home
last modified time | relevance | path

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

/external/v8/src/
Dinterface-descriptors.h232 int GetParameterCount() const { return data()->param_count(); } in GetParameterCount() function
Dcode-stubs.h313 int GetParameterCount() const { in GetParameterCount() function
/external/v8/src/torque/
Ddeclarable.h169 size_t GetParameterCount() const { return parameters_.size(); } in GetParameterCount() function
/external/v8/src/wasm/
Dwasm-interpreter.cc2939 int GetParameterCount() const { in GetParameterCount() function in v8::internal::wasm::__anon49171a620111::InterpretedFrameImpl
3205 int InterpretedFrame::GetParameterCount() const { in GetParameterCount() function in v8::internal::wasm::InterpretedFrame