Searched refs:imported_globals (Results 1 – 1 of 1) sorted by relevance
591 uint32_t imported_globals = static_cast<uint32_t>(module_->globals.size()); in DecodeGlobalSection() local592 module_->globals.reserve(imported_globals + globals_count); in DecodeGlobalSection()599 DecodeGlobalInModule(module_.get(), i + imported_globals, global); in DecodeGlobalSection()