Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
Dwasm-constants.h102 kCodeSectionCode = 10, // Function code enumerator
Dstreaming-decoder.cc591 if (id_ == SectionCode::kCodeSectionCode) { in Next()
613 if (section_id_ == SectionCode::kCodeSectionCode) { in NextWithValue()
623 if (section_id_ == SectionCode::kCodeSectionCode) { in NextWithValue()
Dmodule-decoder.cc82 case kCodeSectionCode: in SectionName()
417 kCodeSectionCode)) { in DecodeSection()
489 case kCodeSectionCode: in DecodeSection()
1274 const bool after_code_section = next_ordered_section_ > kCodeSectionCode; in DecodeCompilationHintsSection()
Dwasm-module-builder.cc853 size_t start = EmitSection(kCodeSectionCode, buffer); in WriteTo()
Dwasm-engine.cc303 if (section_id == SectionCode::kCodeSectionCode) { in PrefixHash()
/third_party/node/test/fixtures/wpt/wasm/jsapi/
Dwasm-module-builder.js65 let kCodeSectionCode = 10; // Function code variable
1140 binary.emit_section(kCodeSectionCode, section => {