Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dcode-stats.cc109 CommentStatistic* comments_statistics = in ReportCodeStatistics()
114 for (int i = 0; i <= CommentStatistic::kMaxComments; i++) { in ReportCodeStatistics()
115 const CommentStatistic& cs = comments_statistics[i]; in ReportCodeStatistics()
132 CommentStatistic* comments_statistics = in ResetCodeStatistics()
134 for (int i = 0; i < CommentStatistic::kMaxComments; i++) { in ResetCodeStatistics()
137 comments_statistics[CommentStatistic::kMaxComments].comment = "Unknown"; in ResetCodeStatistics()
138 comments_statistics[CommentStatistic::kMaxComments].size = 0; in ResetCodeStatistics()
139 comments_statistics[CommentStatistic::kMaxComments].count = 0; in ResetCodeStatistics()
146 CommentStatistic* comments_statistics = in EnterComment()
150 CommentStatistic* cs = &comments_statistics[CommentStatistic::kMaxComments]; in EnterComment()
[all …]
Dheap.h233 struct CommentStatistic { struct
/external/v8/src/execution/
Disolate.h399 V(CommentStatistic, paged_space_comments_statistics, \
400 CommentStatistic::kMaxComments + 1) \