HomeSort by relevance Sort by last modified time
    Searched refs:kGlobalSectionCode (Results 1 - 3 of 3) sorted by null

  /external/v8/src/wasm/
module-decoder.h 30 kGlobalSectionCode = 6, // Global declarations
wasm-module-builder.cc 399 size_t start = EmitSection(kGlobalSectionCode, buffer);
module-decoder.cc 47 case kGlobalSectionCode:
445 if (section_iter.section_code() == kGlobalSectionCode) {
    [all...]

Completed in 83 milliseconds