Searched refs:SnapshotSizeConstants (Results 1 – 1 of 1) sorted by relevance
166 template <size_t ptr_size> struct SnapshotSizeConstants;168 template <> struct SnapshotSizeConstants<4> { struct173 template <> struct SnapshotSizeConstants<8> { struct188 SnapshotSizeConstants<kPointerSize>::kExpectedHeapGraphEdgeSize); in HeapSnapshot()191 SnapshotSizeConstants<kPointerSize>::kExpectedHeapEntrySize); in HeapSnapshot()192 USE(SnapshotSizeConstants<4>::kExpectedHeapGraphEdgeSize); in HeapSnapshot()193 USE(SnapshotSizeConstants<4>::kExpectedHeapEntrySize); in HeapSnapshot()194 USE(SnapshotSizeConstants<8>::kExpectedHeapGraphEdgeSize); in HeapSnapshot()195 USE(SnapshotSizeConstants<8>::kExpectedHeapEntrySize); in HeapSnapshot()