Home
last modified time | relevance | path

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

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