Home
last modified time | relevance | path

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

/dports/lang/v8/v8-9.6.180.12/src/snapshot/
H A Dserializer-deserializer.h68 STATIC_ASSERT(4 == kNumberOfSnapshotSpaces);
203 BytecodeValueEncoder<bytecode, 0, kNumberOfSnapshotSpaces - 1,
H A Dserializer.h388 size_t allocation_size_[kNumberOfSnapshotSpaces] = {0};
391 std::unique_ptr<int[]> instance_type_count_[kNumberOfSnapshotSpaces];
392 std::unique_ptr<size_t[]> instance_type_size_[kNumberOfSnapshotSpaces];
H A Dreferences.h23 static constexpr int kNumberOfSnapshotSpaces = variable
H A Dserializer.cc43 for (int space = 0; space < kNumberOfSnapshotSpaces; ++space) { in Serializer()
70 for (int space = 0; space < kNumberOfSnapshotSpaces; space++) { in TotalAllocationSize()
83 for (int space = 0; space < kNumberOfSnapshotSpaces; space++) { in OutputStatistics()
89 for (int space = 0; space < kNumberOfSnapshotSpaces; space++) { in OutputStatistics()
96 for (int space = 0; space < kNumberOfSnapshotSpaces; ++space) { \ in OutputStatistics()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/snapshot/
H A Dserializer-deserializer.h68 STATIC_ASSERT(4 == kNumberOfSnapshotSpaces);
204 BytecodeValueEncoder<bytecode, 0, kNumberOfSnapshotSpaces - 1,
H A Dserializer.h374 size_t allocation_size_[kNumberOfSnapshotSpaces] = {0};
377 std::unique_ptr<int[]> instance_type_count_[kNumberOfSnapshotSpaces];
378 std::unique_ptr<size_t[]> instance_type_size_[kNumberOfSnapshotSpaces];
H A Dreferences.h23 static constexpr int kNumberOfSnapshotSpaces = variable
H A Dserializer.cc42 for (int space = 0; space < kNumberOfSnapshotSpaces; ++space) { in Serializer()
65 for (int space = 0; space < kNumberOfSnapshotSpaces; space++) { in TotalAllocationSize()
78 for (int space = 0; space < kNumberOfSnapshotSpaces; space++) { in OutputStatistics()
84 for (int space = 0; space < kNumberOfSnapshotSpaces; space++) { in OutputStatistics()
91 for (int space = 0; space < kNumberOfSnapshotSpaces; ++space) { \ in OutputStatistics()