Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/web-snapshot/
Dweb-snapshot.h153 return static_cast<uint32_t>(object_ids_.size()); in object_count()
252 ObjectCacheIndexMap object_ids_; variable
Dweb-snapshot.cc214 object_ids_(isolate_->heap()), in WebSnapshotSerializer()
848 if (InsertIntoIndexMap(object_ids_, *object, id)) return; in DiscoverObject()
1214 bool return_value = object_ids_.Lookup(object, &id); in GetObjectId()
1217 return static_cast<uint32_t>(object_ids_.size() - 1 - id); in GetObjectId()