Home
last modified time | relevance | path

Searched refs:callbacks_mutex_ (Results 1 - 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/wasm/
H A Dmodule-compiler.cc628 base::MutexGuard guard(&callbacks_mutex_); in baseline_compilation_finished()
634 base::MutexGuard guard(&callbacks_mutex_); in top_tier_compilation_finished()
639 base::MutexGuard guard(&callbacks_mutex_); in recompilation_finished()
680 // Hold the {callbacks_mutex_} when calling this method.
743 mutable base::Mutex callbacks_mutex_; member in v8::internal::wasm::__anon15175::CompilationStateImpl
746 // Protected by {callbacks_mutex_}:
765 // End of fields protected by {callbacks_mutex_}.
3051 base::MutexGuard callbacks_guard(&callbacks_mutex_); in CancelCompilation()
3110 base::MutexGuard guard(&callbacks_mutex_); in InitializeCompilationProgress()
3200 base::MutexGuard guard(&callbacks_mutex_); in InitializeCompilationUnits()
[all...]

Completed in 6 milliseconds