Lines Matching defs:expected_arity
75 key->expected_arity, key->suspend, cache_scope_);
1142 int expected_arity = static_cast<int>(expected_sig->parameter_count());
1147 cache->MaybeGet(kind, expected_sig, expected_arity, kNoSuspend);
1153 WasmImportWrapperCache::CacheKey key(kind, expected_sig, expected_arity,
1186 int expected_arity = static_cast<int>(expected_sig->parameter_count());
1190 expected_arity =
1200 kind, expected_sig, expected_arity, suspend);
1601 int expected_arity = static_cast<int>(sig->parameter_count());
1606 expected_arity =
1614 WasmImportWrapperCache::CacheKey key(kind, sig, expected_arity, suspend);