Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/cppgc/
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()
/third_party/node/deps/v8/include/cppgc/
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