Home
last modified time | relevance | path

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

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