Searched defs:SnapshotSizeConstants (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/profiler/
H A Dheap-snapshot-generator.cc171 template <size_t ptr_size> struct SnapshotSizeConstants;
173 template <> struct SnapshotSizeConstants<4> { struct in namespace:v8::internal::__anon23424
178 template <> struct SnapshotSizeConstants<8> { struct in namespace:v8::internal::__anon23424
193 SnapshotSizeConstants<kPointerSize>::kExpectedHeapGraphEdgeSize);
196 SnapshotSizeConstants<kPointerSize>::kExpectedHeapEntrySize);
197 USE(SnapshotSizeConstants<4>::kExpectedHeapGraphEdgeSize);
198 USE(SnapshotSizeConstants<4>::kExpectedHeapEntrySize);
199 USE(SnapshotSizeConstants<8>::kExpectedHeapGraphEdgeSize);
200 USE(SnapshotSizeConstants<8>::kExpectedHeapEntrySize);

Completed in 113 milliseconds