Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/web-snapshot/
Dweb-snapshot.h149 return static_cast<uint32_t>(array_ids_.size()); in array_count()
251 ObjectCacheIndexMap array_ids_; variable
Dweb-snapshot.cc213 array_ids_(isolate_->heap()), in WebSnapshotSerializer()
824 if (InsertIntoIndexMap(array_ids_, *array, id)) { in DiscoverArray()
1206 bool return_value = array_ids_.Lookup(array, &id); in GetArrayId()
1209 return static_cast<uint32_t>(array_ids_.size() - 1 - id); in GetArrayId()