Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dwasm-constants.h82 kMemorySectionCode = 5, // Memory attributes enumerator
Dmodule-decoder.cc69 case kMemorySectionCode: in SectionName()
408 if (!CheckSectionOrder(section_code, kMemorySectionCode, in DecodeSection()
454 case kMemorySectionCode: in DecodeSection()
Dwasm-module-builder.cc610 size_t start = EmitSection(kMemorySectionCode, buffer); in WriteTo()