Home
last modified time | relevance | path

Searched refs:code_section_length (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/wasm/
Dstreaming-decoder.h47 int code_section_length) = 0;
Dstreaming-decoder.cc188 int code_section_start, int code_section_length) { in StartCodeSection() argument
194 code_section_start, code_section_length)) { in StartCodeSection()
Dwasm-code-manager.cc2075 int code_section_length = 0; in EstimateNativeModuleCodeSize() local
2080 code_section_length = in EstimateNativeModuleCodeSize()
2084 code_section_length, include_liftoff, in EstimateNativeModuleCodeSize()
2090 int num_functions, int num_imported_functions, int code_section_length, in EstimateNativeModuleCodeSize() argument
2100 kTurbofanCodeSizeMultiplier * code_section_length; in EstimateNativeModuleCodeSize()
2105 kLiftoffCodeSizeMultiplier * code_section_length; in EstimateNativeModuleCodeSize()
Dmodule-compiler.cc2063 int code_section_length) override;
2816 int code_section_start, int code_section_length) { in ProcessCodeSectionHeader() argument
2817 DCHECK_LE(0, code_section_length); in ProcessCodeSectionHeader()
2829 static_cast<uint32_t>(code_section_length)); in ProcessCodeSectionHeader()
2832 static_cast<uint32_t>(code_section_length)); in ProcessCodeSectionHeader()
2847 num_functions, num_imported_functions, code_section_length, in ProcessCodeSectionHeader()
Dwasm-code-manager.h1041 int code_section_length,