Home
last modified time | relevance | path

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

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