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 105 CommentStatistic* comments_statistics =
110 for (int i = 0; i <= CommentStatistic::kMaxComments; i++) {
111 const CommentStatistic& cs = comments_statistics[i];
128 CommentStatistic* comments_statistics =
130 for (int i = 0; i < CommentStatistic::kMaxComments; i++) {
133 comments_statistics[CommentStatistic::kMaxComments].comment = "Unknown";
134 comments_statistics[CommentStatistic::kMaxComments].size = 0;
135 comments_statistics[CommentStatistic::kMaxComments].count = 0;
142 CommentStatistic* comments_statistics =
146 CommentStatistic* cs = &comments_statistics[CommentStatistic::kMaxComments]
    [all...]
heap.h 292 struct CommentStatistic {
    [all...]
  /external/v8/src/
isolate.h 496 V(CommentStatistic, paged_space_comments_statistics, \
497 CommentStatistic::kMaxComments + 1) \
    [all...]

Completed in 74 milliseconds