Home
last modified time | relevance | path

Searched refs:kReadOnlyObjectCache (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/snapshot/
Dread-only-serializer.cc91 VisitRootPointer(Root::kReadOnlyObjectCache, nullptr, in FinalizeSerialization()
133 sink->Put(kReadOnlyObjectCache, "ReadOnlyObjectCache"); in SerializeUsingReadOnlyObjectCache()
Dread-only-deserializer.cc44 VisitRootPointer(Root::kReadOnlyObjectCache, nullptr, in DeserializeIntoIsolate()
Dserializer-deserializer.h102 kReadOnlyObjectCache, enumerator
Ddeserializer.cc988 case kReadOnlyObjectCache: { in ReadSingleBytecodeData()
/third_party/node/deps/v8/src/objects/
Dvisitors.h39 V(kReadOnlyObjectCache, "(Read-only object cache)") \