Home
last modified time | relevance | path

Searched refs:hot_objects_ (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/snapshot/
Dserializer-common.h218 HotObjectsList hot_objects_; variable
Dserializer.cc152 int index = hot_objects_.Find(obj); in SerializeHotObject()
233 hot_objects_.Add(object); in PutRoot()
247 hot_objects_.Add(object); in PutBackReference()
Ddeserializer.cc373 hot_objects_.Add(obj); in GetBackReferencedObject()
522 hot_objects_.Add(HeapObject::cast(new_object)); \ in ReadData()
814 Object* hot_object = hot_objects_.Get(index); in ReadData()