Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/snapshot/
Dread-only-serializer.cc22 : RootsSerializer(isolate, flags, RootIndex::kFirstReadOnlyRoot) in ReadOnlySerializer()
29 STATIC_ASSERT(RootIndex::kFirstReadOnlyRoot == RootIndex::kFirstRoot); in ReadOnlySerializer()
/third_party/node/deps/v8/src/roots/
Droots.h408 kFirstReadOnlyRoot = kFirstRoot, enumerator
409 kLastReadOnlyRoot = kFirstReadOnlyRoot + kReadOnlyRootsCount - 1,
426 kFirstImmortalImmovableRoot = kFirstReadOnlyRoot,
509 &roots_[static_cast<size_t>(RootIndex::kFirstReadOnlyRoot)]); in read_only_roots_begin()