Home
last modified time | relevance | path

Searched refs:kTypeSectionCode (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/wasm/
Dwasm-module.h45 kTypeSectionCode = 1, // Function signature declarations enumerator
60 return kTypeSectionCode <= byte && byte <= kDataSectionCode; in IsValidSectionCode()
Dwasm-module-builder.cc305 size_t start = EmitSection(kTypeSectionCode, buffer); in WriteTo()
Dmodule-decoder.cc251 if (section_iter.section_code() == kTypeSectionCode) { in DecodeModule()
Dwasm-module.cc606 case kTypeSectionCode: in SectionName()