Home
last modified time | relevance | path

Searched refs:root_index_map (Results 1 - 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/utils/
H A Daddress-map.cc15 map_ = isolate->root_index_map(); in RootIndexMap()
/third_party/node/deps/v8/src/snapshot/
H A Droots-serializer.h39 return root_index_map()->Lookup(obj, &root_index) && in IsRootAndHasBeenSerialized()
H A Dserializer.h305 const RootIndexMap* root_index_map() const { return &root_index_map_; } in root_index_map() function in v8::internal::Serializer
H A Dserializer.cc178 if (root_index_map()->Lookup(obj, &root_index)) { in SerializeRoot()
916 serializer_->root_index_map()->Lookup(*obj, &root_index) && in VisitPointers()
/third_party/node/deps/v8/src/execution/
H A Disolate.h487 V(HeapObjectToIndexHashMap*, root_index_map, nullptr) \

Completed in 10 milliseconds