Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
H A Dmodule-compiler.h153 class PrepareAndStartCompile; // Step 2 (sync)
H A Dmodule-compiler.cc2548 job->DoSync<PrepareAndStartCompile>(std::move(module), true,
2578 class AsyncCompileJob::PrepareAndStartCompile : public CompileStep { class in v8::internal::wasm::__anon15175::AsyncCompileJob
2580 PrepareAndStartCompile(std::shared_ptr<const WasmModule> module, in PrepareAndStartCompile() function in v8::internal::wasm::__anon15175::AsyncCompileJob::PrepareAndStartCompile
2839 // Execute the PrepareAndStartCompile step immediately and not in a separate in ProcessCodeSectionHeader()
2849 job_->DoImmediately<AsyncCompileJob::PrepareAndStartCompile>( in ProcessCodeSectionHeader()
2947 // {PrepareAndStartCompile} will get the native module from the cache. in OnFinishedStream()
2952 job_->DoSync<AsyncCompileJob::PrepareAndStartCompile>( in OnFinishedStream()
2972 // native module now (would otherwise happen in {PrepareAndStartCompile} or in OnFinishedStream()

Completed in 8 milliseconds