Searched refs:code_section_start (Results 1 - 4 of 4) sorted by relevance
/third_party/node/deps/v8/src/wasm/ |
H A D | streaming-decoder.cc | 188 int code_section_start, int code_section_length) { in StartCodeSection() 194 code_section_start, code_section_length)) { in StartCodeSection() 661 int code_section_start = static_cast<int>(section_buffer_->module_offset() + in NextWithValue() local 668 code_section_start, code_section_len); in NextWithValue() local 186 StartCodeSection(int num_functions, std::shared_ptr<WireBytesStorage> wire_bytes_storage, int code_section_start, int code_section_length) StartCodeSection() argument
|
H A D | streaming-decoder.h | 46 int code_section_start,
|
H A D | module-decoder.cc | 1104 uint32_t code_section_start = pc_offset(); in DecodeCodeSection() local 1106 CheckFunctionsCount(functions_count, code_section_start); in DecodeCodeSection() 1120 DCHECK_GE(pc_offset(), code_section_start); in DecodeCodeSection() local 1121 set_code_section(code_section_start, pc_offset() - code_section_start); in DecodeCodeSection()
|
H A D | module-compiler.cc | 2062 int code_section_start, 2816 int code_section_start, int code_section_length) { in ProcessCodeSectionHeader() 2828 decoder_.set_code_section(code_section_start, in ProcessCodeSectionHeader() 2813 ProcessCodeSectionHeader( int num_functions, uint32_t functions_mismatch_error_offset, std::shared_ptr<WireBytesStorage> wire_bytes_storage, int code_section_start, int code_section_length) ProcessCodeSectionHeader() argument
|
Completed in 13 milliseconds