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