Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dspaces.cc2605 for (int i = 0; i <= CommentStatistic::kMaxComments; i++) { in ReportCodeStatistics()
2620 for (int i = 0; i < CommentStatistic::kMaxComments; i++) { 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()
2636 CommentStatistic* cs = &comments_statistics[CommentStatistic::kMaxComments]; in EnterComment()
2639 for (int i = 0; i < CommentStatistic::kMaxComments; i++) { in EnterComment()
Dspaces.h2880 static const int kMaxComments = 64; member
/external/v8/src/
Disolate.h336 CommentStatistic::kMaxComments + 1) \