Home
last modified time | relevance | path

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

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/wasm/
H A Dmodule-compiler.cc512 std::atomic<int> js_to_wasm_wrapper_id_{0}; member in v8::internal::wasm::__anon09845d1d0111::CompilationStateImpl
2610 js_to_wasm_wrapper_id_.fetch_add(1, std::memory_order_relaxed); in GetNextJSToWasmWrapperCompilationUnit()
2836 if (js_to_wasm_wrapper_id_ < in RestartBackgroundTasks()
2839 js_to_wasm_wrapper_units_.size() - js_to_wasm_wrapper_id_; in RestartBackgroundTasks()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/wasm/
H A Dmodule-compiler.cc662 std::atomic<int> js_to_wasm_wrapper_id_{0}; member in v8::internal::wasm::__anon1ac07e020111::CompilationStateImpl
2954 js_to_wasm_wrapper_id_.fetch_add(1, std::memory_order_relaxed); in GetNextJSToWasmWrapperCompilationUnit()
3264 size_t next_wrapper = js_to_wasm_wrapper_id_.load(std::memory_order_relaxed); in NumOutstandingCompilations()