Searched refs:ShouldBeInThePartialSnapshotCache (Results 1 – 2 of 2) sorted by relevance
628 bool ShouldBeInThePartialSnapshotCache(HeapObject* o);
1563 bool PartialSerializer::ShouldBeInThePartialSnapshotCache(HeapObject* o) { in ShouldBeInThePartialSnapshotCache() function in v8::internal::PartialSerializer1776 if (ShouldBeInThePartialSnapshotCache(obj)) { in SerializeObject()