Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
Dmodule-instantiate.cc1758 std::unordered_map<int, Handle<Object>> imported_globals; in ProcessExports() local
1779 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()
Dmodule-decoder.cc948 uint32_t imported_globals = static_cast<uint32_t>(module_->globals.size()); in DecodeGlobalSection() local
951 module_->globals.reserve(imported_globals + globals_count); in DecodeGlobalSection()