Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dwasm-constants.h83 kGlobalSectionCode = 6, // Global declarations enumerator
Dmodule-decoder.cc71 case kGlobalSectionCode: in SectionName()
409 kGlobalSectionCode)) in DecodeSection()
457 case kGlobalSectionCode: in DecodeSection()
Dwasm-module-builder.cc627 size_t start = EmitSection(kGlobalSectionCode, buffer); in WriteTo()