Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dwasm-module.h51 kExportSectionCode = 7, // Exports enumerator
Dwasm-module-builder.cc445 size_t start = EmitSection(kExportSectionCode, buffer); in WriteTo()
Dmodule-decoder.cc442 if (section_iter.section_code() == kExportSectionCode) { in DecodeModule()
Dwasm-module.cc618 case kExportSectionCode: in SectionName()