Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/web-snapshot/
Dweb-snapshot.h145 return static_cast<uint32_t>(class_ids_.size()); in class_count()
250 ObjectCacheIndexMap class_ids_; variable
Dweb-snapshot.cc212 class_ids_(isolate_->heap()), in WebSnapshotSerializer()
750 if (InsertIntoIndexMap(class_ids_, *function, id)) { in DiscoverClass()
1190 bool return_value = class_ids_.Lookup(function, &id); in GetClassId()
1193 return static_cast<uint32_t>(class_ids_.size() - 1 - id); in GetClassId()