Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dwasm-constants.h56 kFunctionSectionCode = 3, // Function declarations enumerator
Dwasm-module-builder.cc362 size_t start = EmitSection(kFunctionSectionCode, buffer); in WriteTo()
Dmodule-decoder.cc65 case kFunctionSectionCode: in SectionName()
374 case kFunctionSectionCode: in DecodeSection()