CommentStatistic 300 src/isolate.h V(CommentStatistic, paged_space_comments_statistics, \
CommentStatistic 301 src/isolate.h CommentStatistic::kMaxComments + 1)
CommentStatistic 2363 src/spaces.cc CommentStatistic* comments_statistics =
CommentStatistic 2368 src/spaces.cc for (int i = 0; i <= CommentStatistic::kMaxComments; i++) {
CommentStatistic 2369 src/spaces.cc const CommentStatistic& cs = comments_statistics[i];
CommentStatistic 2381 src/spaces.cc CommentStatistic* comments_statistics =
CommentStatistic 2384 src/spaces.cc for (int i = 0; i < CommentStatistic::kMaxComments; i++) {
CommentStatistic 2387 src/spaces.cc comments_statistics[CommentStatistic::kMaxComments].comment = "Unknown";
CommentStatistic 2388 src/spaces.cc comments_statistics[CommentStatistic::kMaxComments].size = 0;
CommentStatistic 2389 src/spaces.cc comments_statistics[CommentStatistic::kMaxComments].count = 0;
CommentStatistic 2396 src/spaces.cc CommentStatistic* comments_statistics =
CommentStatistic 2400 src/spaces.cc CommentStatistic* cs = &comments_statistics[CommentStatistic::kMaxComments];
CommentStatistic 2403 src/spaces.cc for (int i = 0; i < CommentStatistic::kMaxComments; i++) {