Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dmodule-decoder.cc590 uint32_t globals_count = consume_count("globals count", kV8MaxWasmGlobals); in DecodeGlobalSection() local
592 module_->globals.reserve(imported_globals + globals_count); in DecodeGlobalSection()
593 for (uint32_t i = 0; ok() && i < globals_count; ++i) { in DecodeGlobalSection()