Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
Dmodule-compiler.cc1932 const bool include_liftoff = module->origin == kWasmOrigin && FLAG_liftoff; in CompileToNativeModule() local
1938 module.get(), include_liftoff, dynamic_tiering); in CompileToNativeModule()
2544 const bool include_liftoff = FLAG_liftoff; in RunInBackground() local
2547 module.get(), include_liftoff, job->dynamic_tiering_); in RunInBackground()
2844 const bool include_liftoff = FLAG_liftoff; in ProcessCodeSectionHeader() local
2848 include_liftoff, job_->dynamic_tiering_); in ProcessCodeSectionHeader()
2948 const bool include_liftoff = FLAG_liftoff; in OnFinishedStream() local
2951 result.value().get(), include_liftoff, job_->dynamic_tiering_); in OnFinishedStream()
Dwasm-code-manager.h1035 bool include_liftoff,
1042 bool include_liftoff,
Dwasm-code-manager.cc2071 const WasmModule* module, bool include_liftoff, in EstimateNativeModuleCodeSize() argument
2084 code_section_length, include_liftoff, in EstimateNativeModuleCodeSize()
2091 bool include_liftoff, DynamicTiering dynamic_tiering) { in EstimateNativeModuleCodeSize() argument
2107 if (!include_liftoff) { in EstimateNativeModuleCodeSize()
2113 if (include_liftoff && dynamic_tiering == DynamicTiering::kEnabled) { in EstimateNativeModuleCodeSize()