Home
last modified time | relevance | path

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

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/wasm/
H A Dmodule-compiler.cc1137 using JSToWasmWrapperKey = std::pair<bool, FunctionSig>; typedef
1144 std::unordered_set<JSToWasmWrapperKey, base::hash<JSToWasmWrapperKey>> keys; in AddExportWrapperUnits()
1148 JSToWasmWrapperKey key(function.imported, *function.sig); in AddExportWrapperUnits()
2881 WrapperQueue<JSToWasmWrapperKey, base::hash<JSToWasmWrapperKey>>;
2883 std::unordered_map<JSToWasmWrapperKey,
2885 base::hash<JSToWasmWrapperKey>>;
2897 while (base::Optional<JSToWasmWrapperKey> key = queue_->pop()) { in RunInternal()
2922 JSToWasmWrapperKey key(function.imported, *function.sig); in CompileJsToWasmWrappers()
2941 while (base::Optional<JSToWasmWrapperKey> key = queue.pop()) { in CompileJsToWasmWrappers()
2953 JSToWasmWrapperKey key = pair.first; in CompileJsToWasmWrappers()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/wasm/
H A Dmodule-compiler.cc1318 using JSToWasmWrapperKey = std::pair<bool, FunctionSig>; typedef
1325 std::unordered_set<JSToWasmWrapperKey, base::hash<JSToWasmWrapperKey>> keys; in AddExportWrapperUnits()
1329 JSToWasmWrapperKey key(function.imported, *function.sig); in AddExportWrapperUnits()
3306 WrapperQueue<JSToWasmWrapperKey, base::hash<JSToWasmWrapperKey>>;
3308 std::unordered_map<JSToWasmWrapperKey,
3310 base::hash<JSToWasmWrapperKey>>;
3322 while (base::Optional<JSToWasmWrapperKey> key = queue_->pop()) { in Run()
3360 JSToWasmWrapperKey key(function.imported, *function.sig); in CompileJsToWasmWrappers()
3388 JSToWasmWrapperKey key = pair.first; in CompileJsToWasmWrappers()
/dports/lang/v8/v8-9.6.180.12/src/wasm/
H A Dmodule-compiler.cc1436 using JSToWasmWrapperKey = std::pair<bool, FunctionSig>; typedef
1441 std::unordered_set<JSToWasmWrapperKey, base::hash<JSToWasmWrapperKey>> keys; in AddExportWrapperUnits()
1445 JSToWasmWrapperKey key(function.imported, *function.sig); in AddExportWrapperUnits()
3602 WrapperQueue<JSToWasmWrapperKey, base::hash<JSToWasmWrapperKey>>;
3604 std::unordered_map<JSToWasmWrapperKey,
3606 base::hash<JSToWasmWrapperKey>>;
3617 while (base::Optional<JSToWasmWrapperKey> key = queue_->pop()) { in Run()
3654 JSToWasmWrapperKey key(function.imported, *function.sig); in CompileJsToWasmWrappers()
3681 JSToWasmWrapperKey key = pair.first; in CompileJsToWasmWrappers()