Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/web-snapshot/
Dweb-snapshot.h134 uint32_t map_count() const { return static_cast<uint32_t>(map_ids_.size()); } in map_count()
247 ObjectCacheIndexMap map_ids_; variable
Dweb-snapshot.cc209 map_ids_(isolate_->heap()), in WebSnapshotSerializer()
693 if (InsertIntoIndexMap(map_ids_, *map, id)) { in DiscoverMap()
1174 bool return_value = map_ids_.Lookup(map, &id); in GetMapId()