Home
last modified time | relevance | path

Searched defs:expected_arity (Results 1 - 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/wasm/
H A Dwasm-import-wrapper-cache.cc26 Get(compiler::WasmImportCallKind kind, const FunctionSig* sig, int expected_arity, Suspend suspend) const Get() argument
37 MaybeGet(compiler::WasmImportCallKind kind, const FunctionSig* sig, int expected_arity, Suspend suspend) const MaybeGet() argument
H A Dwasm-import-wrapper-cache.h47 int expected_arity; member
H A Dmodule-instantiate.cc1142 int expected_arity = static_cast<int>(expected_sig->parameter_count()); in ProcessImportedFunction() local
1186 int expected_arity = static_cast<int>(expected_sig->parameter_count()); in ProcessImportedFunction() local
1601 int expected_arity = static_cast<int>(sig->parameter_count()); in CompileImportWrappers() local
[all...]
H A Dwasm-objects.cc1473 int expected_arity = -1; in ImportWasmJSFunctionIntoTable() local
2103 int expected_arity = parameter_count; in New() local
H A Dmodule-compiler.cc3944 CompileImportWrapper( NativeModule* native_module, Counters* counters, compiler::WasmImportCallKind kind, const FunctionSig* sig, int expected_arity, Suspend suspend, WasmImportWrapperCache::ModificationScope* cache_scope) CompileImportWrapper() argument

Completed in 22 milliseconds