Searched refs:IdentifyUnknownSection (Results 1 – 3 of 3) sorted by relevance
148 static SectionCode IdentifyUnknownSection(Decoder& decoder, const byte* end);
224 ModuleDecoder::IdentifyUnknownSection(decoder_, section_end_); in next()1468 SectionCode ModuleDecoder::IdentifyUnknownSection(Decoder& decoder, in IdentifyUnknownSection() function in v8::internal::wasm::ModuleDecoder
2666 section_code = ModuleDecoder::IdentifyUnknownSection( in ProcessSection()