Lines Matching refs:kUnknownSectionCode
64 case kUnknownSectionCode: in SectionName()
139 return kUnknownSectionCode; in IdentifyUnknownSectionInternal()
166 return kUnknownSectionCode; in IdentifyUnknownSectionInternal()
176 section_code_(kUnknownSectionCode), in WasmSectionIterator()
233 section_code_ = kUnknownSectionCode; in next()
250 if (section_code == kUnknownSectionCode) { in next()
266 section_code = kUnknownSectionCode; in next()
268 section_code_ = decoder_->failed() ? kUnknownSectionCode in next()
271 if (section_code_ == kUnknownSectionCode && section_end_ > decoder_->pc()) { in next()
409 case kUnknownSectionCode: in DecodeSection()
463 case kUnknownSectionCode: in DecodeSection()
1517 if (section_iter.section_code() != SectionCode::kUnknownSectionCode) { in DecodeModule()