Searched refs:imported_globals (Results 1 – 2 of 2) sorted by relevance
1758 std::unordered_map<int, Handle<Object>> imported_globals; in ProcessExports() local1779 imported_globals[import.index] = value; in ProcessExports()1842 auto cached_global = imported_globals.find(exp.index); in ProcessExports()1843 if (cached_global != imported_globals.end()) { in ProcessExports()
948 uint32_t imported_globals = static_cast<uint32_t>(module_->globals.size()); in DecodeGlobalSection() local951 module_->globals.reserve(imported_globals + globals_count); in DecodeGlobalSection()