Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dwasm-code-manager.h830 bool include_liftoff);
836 bool include_liftoff);
Dwasm-code-manager.cc1743 bool include_liftoff) { in EstimateNativeModuleCodeSize() argument
1755 code_section_length, include_liftoff); in EstimateNativeModuleCodeSize()
1762 bool include_liftoff) { in EstimateNativeModuleCodeSize() argument
1765 (include_liftoff ? kLiftoffFunctionOverhead + kCodeAlignment / 2 : 0); in EstimateNativeModuleCodeSize()
1768 (include_liftoff ? kLiftoffCodeSizeMultiplier : 0); in EstimateNativeModuleCodeSize()