Home
last modified time | relevance | path

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

/external/v8/src/snapshot/
Dserializer-common.h220 HotObjectsList hot_objects_; variable
Dserializer.cc154 int index = hot_objects_.Find(obj); in SerializeHotObject()
235 hot_objects_.Add(object); in PutRoot()
249 hot_objects_.Add(object); in PutBackReference()
Ddeserializer.cc383 hot_objects_.Add(obj); in GetBackReferencedObject()
532 hot_objects_.Add(HeapObject::cast(new_object)); \ in ReadData()
824 Object* hot_object = hot_objects_.Get(index); in ReadData()