Home
last modified time | relevance | path

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

/external/v8/src/
Dserialize.h489 virtual bool ShouldBeInThePartialSnapshotCache(HeapObject* o) = 0;
602 virtual bool ShouldBeInThePartialSnapshotCache(HeapObject* o) { in ShouldBeInThePartialSnapshotCache() function
644 virtual bool ShouldBeInThePartialSnapshotCache(HeapObject* o) { in ShouldBeInThePartialSnapshotCache() function
Dserialize.cc1392 if (ShouldBeInThePartialSnapshotCache(heap_object)) { in SerializeObject()