Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dmodule-decoder.cc591 uint32_t imported_globals = static_cast<uint32_t>(module_->globals.size()); in DecodeGlobalSection() local
592 module_->globals.reserve(imported_globals + globals_count); in DecodeGlobalSection()
599 DecodeGlobalInModule(module_.get(), i + imported_globals, global); in DecodeGlobalSection()