Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/web-snapshot/
Dweb-snapshot.h131 return static_cast<uint32_t>(string_ids_.size()); in string_count()
246 ObjectCacheIndexMap string_ids_; variable
Dweb-snapshot.cc208 string_ids_(isolate_->heap()), in WebSnapshotSerializer()
231 if (string_ids_.size() > 0) { in TakeSnapshot()
259 if (string_ids_.size() > 0) { in TakeSnapshot()
728 if (InsertIntoIndexMap(string_ids_, *string, id)) { in DiscoverString()
1168 in_place = !string_ids_.Lookup(*string, &id); in GetStringId()