Lines Matching refs:lazy_module
553 void InitializeCompilationProgress(bool lazy_module, int num_import_wrappers,
922 uint32_t func_index, bool lazy_module) {
923 if (lazy_module) return CompileStrategy::kLazy;
1108 AccountingAllocator* allocator, ErrorThrower* thrower, bool lazy_module,
1118 GetCompileStrategy(module, enabled_features, func_index, lazy_module);
1236 const bool lazy_module = IsLazyModule(module);
1237 if (GetCompileStrategy(module, enabled_features, func_index, lazy_module) ==
1665 const bool lazy_module = IsLazyModule(native_module->module());
1673 module, native_module->enabled_features(), func_index, lazy_module);
1691 const bool lazy_module = IsLazyModule(native_module->module());
1697 lazy_module, num_import_wrappers, num_export_wrappers);
1703 bool lazy_module) {
1704 if (lazy_module || enabled_features.has_compilation_hints()) return true;
1710 lazy_module) != CompileStrategy::kLazy);
1812 const bool lazy_module = IsLazyModule(wasm_module);
1815 lazy_module)) {
1820 isolate->allocator(), thrower, lazy_module,
1845 DCHECK_IMPLIES(lazy_module, !FLAG_wasm_lazy_validation);
1847 isolate->allocator(), thrower, lazy_module);
1861 DCHECK_IMPLIES(lazy_module, !FLAG_wasm_lazy_validation);
1863 isolate->allocator(), thrower, lazy_module);
2270 const bool lazy_module = wasm_lazy_compilation_;
2273 lazy_module);
2509 const bool lazy_module = job->wasm_lazy_compilation_;
2510 if (MayCompriseLazyFunctions(module, enabled_features, lazy_module)) {
2521 module, enabled_features, func_index, lazy_module);
2877 const bool lazy_module = job_->wasm_lazy_compilation_;
2879 GetCompileStrategy(module, enabled_features, func_index, lazy_module);
3105 bool lazy_module, int num_import_wrappers, int num_export_wrappers) {
3131 lazy_module, native_module_, enabled_features, func_index);
3134 DCHECK_IMPLIES(lazy_module, outstanding_baseline_units_ == 0);
3135 DCHECK_IMPLIES(lazy_module, outstanding_top_tier_functions_ == 0);
3252 const bool lazy_module = IsLazyModule(module);
3254 if (lazy_module || !lazy_functions.empty()) {
3265 if (liftoff_functions.empty() || lazy_module) {
3291 if (lazy_module) {
3299 SetupCompilationProgressForFunction(lazy_module, native_module_,