Home
last modified time | relevance | path

Searched defs:PrepareAndStartCompile (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/wasm/
Dmodule-compiler.h139 class PrepareAndStartCompile; // Step 2 (sync) variable
Dmodule-compiler.cc2241 class AsyncCompileJob::PrepareAndStartCompile : public CompileStep { class in v8::internal::wasm::AsyncCompileJob
2243 PrepareAndStartCompile(std::shared_ptr<const WasmModule> module, in PrepareAndStartCompile() function in v8::internal::wasm::AsyncCompileJob::PrepareAndStartCompile