Home
last modified time | relevance | path

Searched refs:IdentifyUnknownSection (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/wasm/
Dmodule-decoder.h148 static SectionCode IdentifyUnknownSection(Decoder& decoder, const byte* end);
Dmodule-decoder.cc224 ModuleDecoder::IdentifyUnknownSection(decoder_, section_end_); in next()
1468 SectionCode ModuleDecoder::IdentifyUnknownSection(Decoder& decoder, in IdentifyUnknownSection() function in v8::internal::wasm::ModuleDecoder
Dmodule-compiler.cc2666 section_code = ModuleDecoder::IdentifyUnknownSection( in ProcessSection()