Lines Matching refs:kUnknownSectionCode
59 case kUnknownSectionCode: in SectionName()
147 section_code_(kUnknownSectionCode), in WasmSectionIterator()
204 section_code_ = kUnknownSectionCode; in next()
221 if (section_code == kUnknownSectionCode) { in next()
231 section_code = kUnknownSectionCode; in next()
233 section_code_ = decoder_.failed() ? kUnknownSectionCode in next()
236 if (section_code_ == kUnknownSectionCode && section_end_ > decoder_.pc()) { in next()
346 case kUnknownSectionCode: in DecodeSection()
366 case kUnknownSectionCode: in DecodeSection()
872 if (section_iter.section_code() != SectionCode::kUnknownSectionCode) { in DecodeModule()
1472 return kUnknownSectionCode; in IdentifyUnknownSection()
1486 return kUnknownSectionCode; in IdentifyUnknownSection()