Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dwasm-constants.h63 kCodeSectionCode = 10, // Function code enumerator
Dstreaming-decoder.cc321 if (section_id_ == SectionCode::kCodeSectionCode) { in NextWithValue()
333 if (section_id_ == SectionCode::kCodeSectionCode) { in NextWithValue()
Dmodule-decoder.cc77 case kCodeSectionCode: in SectionName()
354 } else if (next_section_ >= kCodeSectionCode) { in DecodeSection()
392 case kCodeSectionCode: in DecodeSection()
Dwasm-module-builder.cc503 size_t start = EmitSection(kCodeSectionCode, buffer); in WriteTo()