Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/
Dcode-stats.cc110 CommentStatistic* comments_statistics = in ReportCodeStatistics()
115 for (int i = 0; i <= CommentStatistic::kMaxComments; i++) { in ReportCodeStatistics()
116 const CommentStatistic& cs = comments_statistics[i]; in ReportCodeStatistics()
133 CommentStatistic* comments_statistics = in ResetCodeStatistics()
135 for (int i = 0; i < CommentStatistic::kMaxComments; i++) { in ResetCodeStatistics()
138 comments_statistics[CommentStatistic::kMaxComments].comment = "Unknown"; in ResetCodeStatistics()
139 comments_statistics[CommentStatistic::kMaxComments].size = 0; in ResetCodeStatistics()
140 comments_statistics[CommentStatistic::kMaxComments].count = 0; in ResetCodeStatistics()
147 CommentStatistic* comments_statistics = in EnterComment()
151 CommentStatistic* cs = &comments_statistics[CommentStatistic::kMaxComments]; in EnterComment()
[all …]
Dheap.h210 struct CommentStatistic { struct
/third_party/node/deps/v8/src/execution/
Disolate.h441 V(CommentStatistic, paged_space_comments_statistics, \
442 CommentStatistic::kMaxComments + 1) \