Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
Dmodule-compiler.h155 class CompileFinished; // Step 3b (sync) variable
Dmodule-compiler.cc2315 job_->DoSync<CompileFinished>(cache_hit ? std::move(native_module) in call()
2672 class AsyncCompileJob::CompileFinished : public CompileStep { class in v8::internal::wasm::AsyncCompileJob
2674 explicit CompileFinished(std::shared_ptr<NativeModule> cached_native_module) in CompileFinished() function in v8::internal::wasm::AsyncCompileJob::CompileFinished