Home
last modified time | relevance | path

Searched refs:kGlobalSectionCode (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/wasm/
Dmodule-decoder.h30 kGlobalSectionCode = 6, // Global declarations enumerator
Dmodule-decoder.cc47 case kGlobalSectionCode: in SectionName()
445 if (section_iter.section_code() == kGlobalSectionCode) { in DecodeModule()
Dwasm-module-builder.cc399 size_t start = EmitSection(kGlobalSectionCode, buffer); in WriteTo()