Searched refs:outstanding_js_to_wasm_wrappers_ (Results 1 – 1 of 1) sorted by relevance
703 std::atomic<size_t> outstanding_js_to_wasm_wrappers_{0}; member in v8::internal::wasm::__anond8a41e1c0111::CompilationStateImpl3416 DCHECK_EQ(0, outstanding_js_to_wasm_wrappers_.load()); in CommitCompilationUnits()3422 outstanding_js_to_wasm_wrappers_.store(js_to_wasm_wrapper_units.size(), in CommitCompilationUnits()3450 outstanding_js_to_wasm_wrappers_.load(std::memory_order_relaxed); in GetNextJSToWasmWrapperCompilationUnit()3454 !outstanding_js_to_wasm_wrappers_.compare_exchange_weak( in GetNextJSToWasmWrapperCompilationUnit()3763 outstanding_js_to_wasm_wrappers_.load(std::memory_order_relaxed); in NumOutstandingCompilations()