Searched refs:comments_statistics (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/
H A Dspaces.cc2329 CommentStatistic* comments_statistics = local
2335 const CommentStatistic& cs = comments_statistics[i];
2347 CommentStatistic* comments_statistics = local
2351 comments_statistics[i].Clear();
2353 comments_statistics[CommentStatistic::kMaxComments].comment = "Unknown";
2354 comments_statistics[CommentStatistic::kMaxComments].size = 0;
2355 comments_statistics[CommentStatistic::kMaxComments].count = 0;
2362 CommentStatistic* comments_statistics = local
2366 CommentStatistic* cs = &comments_statistics[CommentStatistic::kMaxComments];
2367 // Search for a free or matching entry in 'comments_statistics'
[all...]
/external/chromium_org/v8/src/
H A Dspaces.cc2690 CommentStatistic* comments_statistics = local
2696 const CommentStatistic& cs = comments_statistics[i];
2708 CommentStatistic* comments_statistics = local
2712 comments_statistics[i].Clear();
2714 comments_statistics[CommentStatistic::kMaxComments].comment = "Unknown";
2715 comments_statistics[CommentStatistic::kMaxComments].size = 0;
2716 comments_statistics[CommentStatistic::kMaxComments].count = 0;
2723 CommentStatistic* comments_statistics = local
2727 CommentStatistic* cs = &comments_statistics[CommentStatistic::kMaxComments];
2728 // Search for a free or matching entry in 'comments_statistics'
[all...]

Completed in 112 milliseconds