Home
last modified time | relevance | path

Searched refs:first_root_to_be_serialized_ (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/snapshot/
Droots-serializer.cc19 first_root_to_be_serialized_(first_root_to_be_serialized), in RootsSerializer()
47 roots_table.begin() + static_cast<int>(first_root_to_be_serialized_)) { in VisitRootPointers()
Droots-serializer.h54 const RootIndex first_root_to_be_serialized_; variable