Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dmodule-decoder.h29 kMemorySectionCode = 5, // Memory attributes enumerator
Dmodule-decoder.cc45 case kMemorySectionCode: in SectionName()
431 if (section_iter.section_code() == kMemorySectionCode) { in DecodeModule()
Dwasm-module-builder.cc389 size_t start = EmitSection(kMemorySectionCode, buffer); in WriteTo()