Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dmodule-decoder.h28 kTableSectionCode = 4, // Indirect function table and other tables enumerator
Dmodule-decoder.cc43 case kTableSectionCode: in SectionName()
413 if (section_iter.section_code() == kTableSectionCode) { in DecodeModule()
Dwasm-module-builder.cc378 size_t start = EmitSection(kTableSectionCode, buffer); in WriteTo()