Home
last modified time | relevance | path

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

/external/v8/src/snapshot/
Dserializer-common.h216 HotObjectsList hot_objects_; variable
Dserializer.cc147 int index = hot_objects_.Find(obj); in SerializeHotObject()
223 hot_objects_.Add(object); in PutRoot()
237 hot_objects_.Add(object); in PutBackReference()
Ddeserializer.cc332 hot_objects_.Add(obj); in GetBackReferencedObject()
478 hot_objects_.Add(HeapObject::cast(new_object)); \ in ReadData()
769 Object* hot_object = hot_objects_.Get(index); in ReadData()