D | streaming-decoder.cc | 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 [all …]
|