Searched refs:SnapshotSizeConstants (Results 1 – 1 of 1) sorted by relevance
171 template <size_t ptr_size> struct SnapshotSizeConstants;173 template <> struct SnapshotSizeConstants<4> { struct178 template <> struct SnapshotSizeConstants<8> { struct193 SnapshotSizeConstants<kPointerSize>::kExpectedHeapGraphEdgeSize); in HeapSnapshot()196 SnapshotSizeConstants<kPointerSize>::kExpectedHeapEntrySize); in HeapSnapshot()197 USE(SnapshotSizeConstants<4>::kExpectedHeapGraphEdgeSize); in HeapSnapshot()198 USE(SnapshotSizeConstants<4>::kExpectedHeapEntrySize); in HeapSnapshot()199 USE(SnapshotSizeConstants<8>::kExpectedHeapGraphEdgeSize); in HeapSnapshot()200 USE(SnapshotSizeConstants<8>::kExpectedHeapEntrySize); in HeapSnapshot()