Searched refs:code_section_length (Results 1 – 5 of 5) sorted by relevance
/third_party/node/deps/v8/src/wasm/ |
D | streaming-decoder.h | 47 int code_section_length) = 0;
|
D | streaming-decoder.cc | 188 int code_section_start, int code_section_length) { in StartCodeSection() argument 194 code_section_start, code_section_length)) { in StartCodeSection()
|
D | wasm-code-manager.cc | 2075 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()
|
D | module-compiler.cc | 2063 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()
|
D | wasm-code-manager.h | 1041 int code_section_length,
|