Home
last modified time | relevance | path

Searched refs:SectionBuffer (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/wasm/
Dstreaming-decoder.h83 class SectionBuffer {
88 SectionBuffer(uint32_t module_offset, uint8_t id, size_t payload_length, in SectionBuffer() function
188 SectionBuffer* CreateNewBuffer(uint32_t module_offset, uint8_t id, in CreateNewBuffer()
200 new SectionBuffer(module_offset, id, length, length_bytes)); in CreateNewBuffer()
226 void ProcessSection(SectionBuffer* buffer) { in ProcessSection()
259 std::vector<std::unique_ptr<SectionBuffer>> section_buffers_;
Dstreaming-decoder.cc173 explicit DecodeSectionPayload(SectionBuffer* section_buffer) in DecodeSectionPayload()
185 SectionBuffer* section_buffer_;
190 explicit DecodeNumberOfFunctions(SectionBuffer* section_buffer) in DecodeNumberOfFunctions()
198 SectionBuffer* section_buffer_;
203 explicit DecodeFunctionLength(SectionBuffer* section_buffer, in DecodeFunctionLength()
218 SectionBuffer* section_buffer_;
225 explicit DecodeFunctionBody(SectionBuffer* section_buffer, in DecodeFunctionBody()
244 SectionBuffer* section_buffer_;
316 SectionBuffer* buf = streaming->CreateNewBuffer( in NextWithValue()