Searched refs:object_ids_ (Results 1 – 2 of 2) sorted by relevance
153 return static_cast<uint32_t>(object_ids_.size()); in object_count()252 ObjectCacheIndexMap object_ids_; variable
214 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()