Searched refs:PartialSnapshotCacheIndex (Results 1 – 4 of 4) sorted by relevance
28 int PartialSnapshotCacheIndex(HeapObject* o);
123 int cache_index = startup_serializer_->PartialSnapshotCacheIndex(o); in SerializeObject()
73 int cache_index = startup_serializer_->PartialSnapshotCacheIndex(obj); in SerializeObject()
98 int StartupSerializer::PartialSnapshotCacheIndex(HeapObject* heap_object) { in PartialSnapshotCacheIndex() function in v8::internal::StartupSerializer