Home
last modified time | relevance | path

Searched refs:JSToWasmWrapperKey (Results 1 – 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/wasm/
Dmodule-compiler.cc1615 using JSToWasmWrapperKey = std::pair<bool, FunctionSig>; typedef
1620 std::unordered_set<JSToWasmWrapperKey, base::hash<JSToWasmWrapperKey>> keys; in AddExportWrapperUnits()
1624 JSToWasmWrapperKey key(function.imported, *function.sig); in AddExportWrapperUnits()
3847 WrapperQueue<JSToWasmWrapperKey, base::hash<JSToWasmWrapperKey>>;
3849 std::unordered_map<JSToWasmWrapperKey,
3851 base::hash<JSToWasmWrapperKey>>;
3862 while (base::Optional<JSToWasmWrapperKey> key = queue_->pop()) { in Run()
3900 JSToWasmWrapperKey key(function.imported, *function.sig); in CompileJsToWasmWrappers()
3934 JSToWasmWrapperKey key = pair.first; in CompileJsToWasmWrappers()