Definition at line 3094 of file module-compiler.cc.
◆ PrepareAndStartCompile()
v8::internal::wasm::AsyncCompileJob::PrepareAndStartCompile::PrepareAndStartCompile |
( |
std::shared_ptr< const WasmModule > | module, |
|
|
bool | start_compilation, |
|
|
bool | lazy_functions_are_validated, |
|
|
size_t | code_size_estimate ) |
|
inline |
◆ RunInForeground()
void v8::internal::wasm::AsyncCompileJob::PrepareAndStartCompile::RunInForeground |
( |
AsyncCompileJob * | job | ) |
|
|
inlineoverrideprivatevirtual |
◆ code_size_estimate_
const size_t v8::internal::wasm::AsyncCompileJob::PrepareAndStartCompile::code_size_estimate_ |
|
private |
◆ lazy_functions_are_validated_
const bool v8::internal::wasm::AsyncCompileJob::PrepareAndStartCompile::lazy_functions_are_validated_ |
|
private |
◆ module_
const std::shared_ptr<const WasmModule> v8::internal::wasm::AsyncCompileJob::PrepareAndStartCompile::module_ |
|
private |
◆ start_compilation_
const bool v8::internal::wasm::AsyncCompileJob::PrepareAndStartCompile::start_compilation_ |
|
private |
The documentation for this class was generated from the following file: