Searched refs:ObjectCacheIndexMap (Results 1 – 5 of 5) sorted by relevance
177 bool InsertIntoIndexMap(ObjectCacheIndexMap& map, HeapObject heap_object,240 ObjectCacheIndexMap external_objects_ids_;246 ObjectCacheIndexMap string_ids_;247 ObjectCacheIndexMap map_ids_;248 ObjectCacheIndexMap context_ids_;249 ObjectCacheIndexMap function_ids_;250 ObjectCacheIndexMap class_ids_;251 ObjectCacheIndexMap array_ids_;252 ObjectCacheIndexMap object_ids_;
423 bool WebSnapshotSerializer::InsertIntoIndexMap(ObjectCacheIndexMap& map, in InsertIntoIndexMap()
135 class ObjectCacheIndexMap {137 explicit ObjectCacheIndexMap(Heap* heap) : map_(heap), next_index_(0) {} in ObjectCacheIndexMap() function138 ObjectCacheIndexMap(const ObjectCacheIndexMap&) = delete;139 ObjectCacheIndexMap& operator=(const ObjectCacheIndexMap&) = delete;
56 ObjectCacheIndexMap object_cache_index_map_;
1330 Handle<FixedArray> ObjectCacheIndexMap::Values(Isolate* isolate) { in Values()