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/
H A Dweb-snapshot.h131 return static_cast<uint32_t>(string_ids_.size()); in string_count()
246 ObjectCacheIndexMap string_ids_; member in v8::WebSnapshotSerializer
H A 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()
1161 // Strings referred to more than one places are inserted in string_ids_. in GetStringId()
1168 in_place = !string_ids_.Lookup(*string, &id); in GetStringId()

Completed in 5 milliseconds