Searched refs:kUnknownSectionCode (Results 1 – 5 of 5) sorted by relevance
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()[all …]
53 kUnknownSectionCode = 0, // code for unknown sections enumerator
192 if (id != kUnknownSectionCode) { in CreateNewBuffer()
530 buffer.write_u8(kUnknownSectionCode); in WriteTo()
2664 if (section_code == SectionCode::kUnknownSectionCode) { in ProcessSection()2668 if (section_code == SectionCode::kUnknownSectionCode) { in ProcessSection()