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/
H A Dwasm-code-manager.h1035 bool include_liftoff,
1042 bool include_liftoff,
H A Dwasm-code-manager.cc2071 const WasmModule* module, bool include_liftoff, in EstimateNativeModuleCodeSize()
2084 code_section_length, include_liftoff, in EstimateNativeModuleCodeSize()
2091 bool include_liftoff, DynamicTiering dynamic_tiering) { in EstimateNativeModuleCodeSize()
2107 if (!include_liftoff) { in EstimateNativeModuleCodeSize()
2113 if (include_liftoff && dynamic_tiering == DynamicTiering::kEnabled) { in EstimateNativeModuleCodeSize()
2070 EstimateNativeModuleCodeSize( const WasmModule* module, bool include_liftoff, DynamicTiering dynamic_tiering) EstimateNativeModuleCodeSize() argument
2089 EstimateNativeModuleCodeSize( int num_functions, int num_imported_functions, int code_section_length, bool include_liftoff, DynamicTiering dynamic_tiering) EstimateNativeModuleCodeSize() argument
H A 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; variable
2547 module.get(), include_liftoff, job->dynamic_tiering_);
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()

Completed in 13 milliseconds