Home
last modified time | relevance | path

Searched refs:root_index_map (Results 1 – 8 of 8) sorted by relevance

/external/v8/src/
Daddress-map.cc14 map_ = isolate->root_index_map(); in RootIndexMap()
Disolate.h533 V(HeapObjectToIndexHashMap*, root_index_map, nullptr) \
/external/v8/src/snapshot/
Dbuiltin-serializer.cc98 int root_index = root_index_map()->Lookup(o); in SerializeObject()
Dpartial-serializer.cc62 int root_index = root_index_map()->Lookup(obj); in SerializeObject()
Dstartup-serializer.cc37 int root_index = root_index_map()->Lookup(obj); in SerializeObject()
Dserializer.h239 RootIndexMap* root_index_map() { return &root_index_map_; } in root_index_map() function
Dcode-serializer.cc129 int root_index = root_index_map()->Lookup(obj); in SerializeObject()
Dserializer.cc743 int root_index = serializer_->root_index_map()->Lookup(current_contents); in VisitPointers()