Home
last modified time | relevance | path

Searched refs:kUnknownSectionCode (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/wasm/
Dmodule-decoder.cc59 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 …]
Dwasm-constants.h53 kUnknownSectionCode = 0, // code for unknown sections enumerator
Dstreaming-decoder.h192 if (id != kUnknownSectionCode) { in CreateNewBuffer()
Dwasm-module-builder.cc530 buffer.write_u8(kUnknownSectionCode); in WriteTo()
Dmodule-compiler.cc2664 if (section_code == SectionCode::kUnknownSectionCode) { in ProcessSection()
2668 if (section_code == SectionCode::kUnknownSectionCode) { in ProcessSection()