Searched defs:expected_arity (Results 1 - 5 of 5) sorted by relevance
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-import-wrapper-cache.cc | 26 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 D | wasm-import-wrapper-cache.h | 47 int expected_arity; member
|
H A D | module-instantiate.cc | 1142 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 D | wasm-objects.cc | 1473 int expected_arity = -1; in ImportWasmJSFunctionIntoTable() local 2103 int expected_arity = parameter_count; in New() local
|
H A D | module-compiler.cc | 3944 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