Searched refs:kUnknownSectionCode (Results 1 – 6 of 6) sorted by relevance
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()[all …]
92 kUnknownSectionCode = 0, // code for unknown sections enumerator
835 buffer->write_u8(kUnknownSectionCode); in WriteTo()880 buffer->write_u8(kUnknownSectionCode); in WriteTo()
299 SectionCode section_id = SectionCode::kUnknownSectionCode; in PrefixHash()
2788 if (section_code == SectionCode::kUnknownSectionCode) { in ProcessSection()2795 if (section_code == SectionCode::kUnknownSectionCode) { in ProcessSection()
55 let kUnknownSectionCode = 0; variable720 section.emit_u8(kUnknownSectionCode);1227 binary.emit_section(kUnknownSectionCode, section => {