HomeSort by relevance Sort by last modified time
    Searched refs:CommentStatistic (Results 1 - 3 of 3) sorted by null

  /external/v8/src/heap/
code-stats.cc 94 CommentStatistic* comments_statistics =
99 for (int i = 0; i <= CommentStatistic::kMaxComments; i++) {
100 const CommentStatistic& cs = comments_statistics[i];
117 CommentStatistic* comments_statistics =
119 for (int i = 0; i < CommentStatistic::kMaxComments; i++) {
122 comments_statistics[CommentStatistic::kMaxComments].comment = "Unknown";
123 comments_statistics[CommentStatistic::kMaxComments].size = 0;
124 comments_statistics[CommentStatistic::kMaxComments].count = 0;
131 CommentStatistic* comments_statistics =
135 CommentStatistic* cs = &comments_statistics[CommentStatistic::kMaxComments]
    [all...]
heap.h 482 struct CommentStatistic {
    [all...]
  /external/v8/src/
isolate.h 372 V(CommentStatistic, paged_space_comments_statistics, \
373 CommentStatistic::kMaxComments + 1) \
    [all...]

Completed in 106 milliseconds