Home
last modified time | relevance | path

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

/external/v8/src/
Dspaces.cc2334 for (int i = 0; i <= CommentStatistic::kMaxComments; i++) { in ReportCodeStatistics()
2350 for (int i = 0; i < CommentStatistic::kMaxComments; i++) { in ResetCodeStatistics()
2353 comments_statistics[CommentStatistic::kMaxComments].comment = "Unknown"; in ResetCodeStatistics()
2354 comments_statistics[CommentStatistic::kMaxComments].size = 0; in ResetCodeStatistics()
2355 comments_statistics[CommentStatistic::kMaxComments].count = 0; in ResetCodeStatistics()
2366 CommentStatistic* cs = &comments_statistics[CommentStatistic::kMaxComments]; in EnterComment()
2369 for (int i = 0; i < CommentStatistic::kMaxComments; i++) { in EnterComment()
Disolate.h301 CommentStatistic::kMaxComments + 1)
Dspaces.h2640 static const int kMaxComments = 64; member