Searched refs:lazy_module (Results 1 - 1 of 1) sorted by relevance
/third_party/node/deps/v8/src/wasm/ |
H A D | module-compiler.cc | 553 void InitializeCompilationProgress(bool lazy_module, int num_import_wrappers, 922 uint32_t func_index, bool lazy_module) { in GetCompileStrategy() 923 if (lazy_module) return CompileStrategy::kLazy; in GetCompileStrategy() 1108 AccountingAllocator* allocator, ErrorThrower* thrower, bool lazy_module, in ValidateSequentially() 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 in InitializeCompilation() local 920 GetCompileStrategy(const WasmModule* module, const WasmFeatures& enabled_features, uint32_t func_index, bool lazy_module) GetCompileStrategy() argument 1106 ValidateSequentially( const WasmModule* module, NativeModule* native_module, Counters* counters, AccountingAllocator* allocator, ErrorThrower* thrower, bool lazy_module, OnlyLazyFunctions only_lazy_functions = kAllFunctions) ValidateSequentially() argument 1701 MayCompriseLazyFunctions(const WasmModule* module, const WasmFeatures& enabled_features, bool lazy_module) MayCompriseLazyFunctions() argument 1812 const bool lazy_module = IsLazyModule(wasm_module); CompileNativeModule() local 2270 const bool lazy_module = wasm_lazy_compilation_; AsyncCompileFailed() local 2509 const bool lazy_module = job->wasm_lazy_compilation_; global() variable 2877 const bool lazy_module = job_->wasm_lazy_compilation_; ProcessFunctionBody() local 3104 InitializeCompilationProgress( bool lazy_module, int num_import_wrappers, int num_export_wrappers) InitializeCompilationProgress() argument 3252 const bool lazy_module = IsLazyModule(module); InitializeCompilationProgressAfterDeserialization() local [all...] |
Completed in 6 milliseconds