Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
Dmodule-compiler.cc84 class V8_NODISCARD BackgroundCompileScope { class
86 explicit BackgroundCompileScope(std::weak_ptr<NativeModule> native_module) in BackgroundCompileScope() function in v8::internal::wasm::__anond8a41e1c0111::BackgroundCompileScope
787 CompilationStateImpl* BackgroundCompileScope::compilation_state() const { in compilation_state()
792 bool BackgroundCompileScope::cancelled() const { in cancelled()
1444 BackgroundCompileScope compile_scope(native_module); in ExecuteJSToWasmWrapperCompilationUnits()
1461 BackgroundCompileScope compile_scope(native_module); in ExecuteJSToWasmWrapperCompilationUnits()
1529 BackgroundCompileScope compile_scope(native_module); in ExecuteCompilationUnits()
1555 BackgroundCompileScope compile_scope(native_module); in ExecuteCompilationUnits()
1884 BackgroundCompileScope compile_scope(native_module_); in GetMaxConcurrency()