Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
Dmodule-compiler.cc553 void InitializeCompilationProgress(bool lazy_module, int num_import_wrappers,
922 uint32_t func_index, bool lazy_module) { in GetCompileStrategy() argument
923 if (lazy_module) return CompileStrategy::kLazy; in GetCompileStrategy()
1108 AccountingAllocator* allocator, ErrorThrower* thrower, bool lazy_module, in ValidateSequentially() argument
1118 GetCompileStrategy(module, enabled_features, func_index, lazy_module); in ValidateSequentially()
1236 const bool lazy_module = IsLazyModule(module); in CompileLazy() local
1237 if (GetCompileStrategy(module, enabled_features, func_index, lazy_module) == in CompileLazy()
1665 const bool lazy_module = IsLazyModule(native_module->module()); in InitializeLazyCompilation() local
1673 module, native_module->enabled_features(), func_index, lazy_module); in InitializeLazyCompilation()
1691 const bool lazy_module = IsLazyModule(native_module->module()); in InitializeCompilation() local
[all …]