Home
last modified time | relevance | path

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

/dports/lang/v8/v8-9.6.180.12/test/unittests/heap/cppgc/
H A Dheap-statistics-collector-unittest.cc75 EXPECT_EQ(kPageSize, detailed_stats.resident_size_bytes); in TEST_F()
83 EXPECT_EQ(0u, space_stats.resident_size_bytes); in TEST_F()
91 EXPECT_EQ(kPageSize, space_stats.resident_size_bytes); in TEST_F()
95 EXPECT_EQ(kPageSize, space_stats.page_stats.back().resident_size_bytes); in TEST_F()
113 EXPECT_EQ(committed_size, detailed_stats.resident_size_bytes); in TEST_F()
128 EXPECT_EQ(committed_size, space_stats.resident_size_bytes); in TEST_F()
134 space_stats.page_stats.back().resident_size_bytes); in TEST_F()
150 EXPECT_GT(brief_stats.committed_size_bytes, brief_stats.resident_size_bytes); in TEST_F()
165 detailed_stats.resident_size_bytes); in TEST_F()
174 EXPECT_GT(page_stats.committed_size_bytes, page_stats.resident_size_bytes); in TEST_F()
/dports/lang/v8/v8-9.6.180.12/src/heap/cppgc/
H A Dheap-statistics-collector.cc56 space_stats->resident_size_bytes += (*page_stats)->resident_size_bytes; in FinalizePage()
69 stats->resident_size_bytes += (*space_stats)->resident_size_bytes; in FinalizeSpace()
117 stats.resident_size_bytes); in CollectDetailedStatistics()
148 current_page_stats_->resident_size_bytes = in VisitNormalPage()
161 current_page_stats_->resident_size_bytes = allocated_size; in VisitLargePage()
/dports/lang/v8/v8-9.6.180.12/include/cppgc/
H A Dheap-statistics.h55 size_t resident_size_bytes = 0; member
90 size_t resident_size_bytes = 0; member
102 size_t resident_size_bytes = 0; member