Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/web-snapshot/
Dweb-snapshot.cc423 bool WebSnapshotSerializer::InsertIntoIndexMap(ObjectCacheIndexMap& map, in InsertIntoIndexMap() function in v8::internal::WebSnapshotSerializer
624 InsertIntoIndexMap(external_objects_ids_, HeapObject::cast(object), in ShallowDiscoverExternals()
693 if (InsertIntoIndexMap(map_ids_, *map, id)) { in DiscoverMap()
728 if (InsertIntoIndexMap(string_ids_, *string, id)) { in DiscoverString()
737 if (InsertIntoIndexMap(function_ids_, *function, id)) { in DiscoverFunction()
750 if (InsertIntoIndexMap(class_ids_, *function, id)) { in DiscoverClass()
785 if (InsertIntoIndexMap(context_ids_, *context, id)) return; in DiscoverContext()
824 if (InsertIntoIndexMap(array_ids_, *array, id)) { in DiscoverArray()
848 if (InsertIntoIndexMap(object_ids_, *object, id)) return; in DiscoverObject()
Dweb-snapshot.h177 bool InsertIntoIndexMap(ObjectCacheIndexMap& map, HeapObject heap_object,