Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dspaces.cc2599 CommentStatistic* comments_statistics = in ReportCodeStatistics() local
2606 const CommentStatistic& cs = comments_statistics[i]; in ReportCodeStatistics()
2617 CommentStatistic* comments_statistics = in ResetCodeStatistics() local
2621 comments_statistics[i].Clear(); in ResetCodeStatistics()
2623 comments_statistics[CommentStatistic::kMaxComments].comment = "Unknown"; in ResetCodeStatistics()
2624 comments_statistics[CommentStatistic::kMaxComments].size = 0; in ResetCodeStatistics()
2625 comments_statistics[CommentStatistic::kMaxComments].count = 0; in ResetCodeStatistics()
2632 CommentStatistic* comments_statistics = in EnterComment() local
2636 CommentStatistic* cs = &comments_statistics[CommentStatistic::kMaxComments]; in EnterComment()
2640 if (comments_statistics[i].comment == NULL) { in EnterComment()
[all …]