Home
last modified time | relevance | path

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

/external/v8/src/profiler/
Dheap-snapshot-generator.cc166 template <size_t ptr_size> struct SnapshotSizeConstants;
168 template <> struct SnapshotSizeConstants<4> { struct
173 template <> struct SnapshotSizeConstants<8> { struct
188 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()