Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/web-snapshot/
Dweb-snapshot.h137 return static_cast<uint32_t>(context_ids_.size()); in context_count()
248 ObjectCacheIndexMap context_ids_; variable
Dweb-snapshot.cc210 context_ids_(isolate_->heap()), in WebSnapshotSerializer()
785 if (InsertIntoIndexMap(context_ids_, *context, id)) return; in DiscoverContext()
1198 bool return_value = context_ids_.Lookup(context, &id); in GetContextId()
1201 return static_cast<uint32_t>(context_ids_.size() - 1 - id); in GetContextId()