Lines Matching refs:WasmImportWrapperCache
46 using ImportWrapperQueue = WrapperQueue<WasmImportWrapperCache::CacheKey,
47 WasmImportWrapperCache::CacheKeyHash>;
54 WasmImportWrapperCache::ModificationScope* cache_scope)
70 while (base::Optional<WasmImportWrapperCache::CacheKey> key =
84 WasmImportWrapperCache::ModificationScope* const cache_scope_;
1143 WasmImportWrapperCache* cache = native_module->import_wrapper_cache();
1150 WasmImportWrapperCache::ModificationScope cache_scope(cache);
1153 WasmImportWrapperCache::CacheKey key(kind, expected_sig, expected_arity,
1573 WasmImportWrapperCache::ModificationScope cache_scope(
1614 WasmImportWrapperCache::CacheKey key(kind, sig, expected_arity, suspend);