Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dstreaming-decoder.cc171 class StreamingDecoder::DecodeSectionPayload : public DecodingState { class in v8::internal::wasm::StreamingDecoder
173 explicit DecodeSectionPayload(SectionBuffer* section_buffer) in DecodeSectionPayload() function in v8::internal::wasm::StreamingDecoder::DecodeSectionPayload
338 return base::make_unique<DecodeSectionPayload>(buf); in NextWithValue()
344 StreamingDecoder::DecodeSectionPayload::Next(StreamingDecoder* streaming) { in Next()
Dstreaming-decoder.h182 class DecodeSectionPayload; variable