Lines Matching refs:module_offset
58 SectionBuffer(uint32_t module_offset, uint8_t id, size_t payload_length, in SectionBuffer() argument
61 module_offset_(module_offset), in SectionBuffer()
82 uint32_t module_offset() const { return module_offset_; } in module_offset() function in v8::internal::wasm::AsyncStreamingDecoder::SectionBuffer
157 SectionBuffer* CreateNewBuffer(uint32_t module_offset, uint8_t section_id,
180 buffer->module_offset() + in ProcessSection()
193 num_functions, module_offset() - 1, std::move(wire_bytes_storage), in StartCodeSection()
200 uint32_t module_offset) { in ProcessFunctionBody() argument
202 if (!processor_->ProcessFunctionBody(bytes, module_offset)) Fail(); in ProcessFunctionBody()
214 uint32_t module_offset() const { return module_offset_; } in module_offset() function in v8::internal::wasm::AsyncStreamingDecoder
420 explicit DecodeSectionID(uint32_t module_offset) in DecodeSectionID() argument
421 : module_offset_(module_offset) {} in DecodeSectionID()
437 explicit DecodeSectionLength(uint8_t id, uint32_t module_offset) in DecodeSectionLength() argument
440 module_offset_(module_offset) {} in DecodeSectionLength()
505 uint32_t module_offset) in DecodeFunctionBody() argument
510 module_offset_(module_offset) {} in DecodeFunctionBody()
538 streaming->module_offset() - static_cast<uint32_t>(offset())); in ReadBytes()
584 return std::make_unique<DecodeSectionID>(streaming->module_offset()); in Next()
637 return std::make_unique<DecodeSectionID>(streaming->module_offset()); in Next()
656 return std::make_unique<DecodeSectionID>(streaming->module_offset()); in NextWithValue()
659 DCHECK_GE(kMaxInt, section_buffer_->module_offset() + in NextWithValue()
661 int code_section_start = static_cast<int>(section_buffer_->module_offset() + in NextWithValue()
696 num_remaining_functions_, streaming->module_offset()); in NextWithValue()
715 return std::make_unique<DecodeSectionID>(streaming->module_offset()); in Next()
725 uint32_t module_offset, uint8_t section_id, size_t length, in CreateNewBuffer() argument
730 module_offset, section_id, length, length_bytes)); in CreateNewBuffer()