Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dspaces.cc2887 CommentStatistic* comments_statistics = in AllocateChunk() local
2894 const CommentStatistic& cs = comments_statistics[i]; in AllocateChunk()
2905 CommentStatistic* comments_statistics = in AllocateChunk() local
2909 comments_statistics[i].Clear(); in AllocateChunk()
2911 comments_statistics[CommentStatistic::kMaxComments].comment = "Unknown"; in AllocateChunk()
2912 comments_statistics[CommentStatistic::kMaxComments].size = 0; in AllocateChunk()
2913 comments_statistics[CommentStatistic::kMaxComments].count = 0; in AllocateChunk()
2920 CommentStatistic* comments_statistics = in AllocateChunk() local
2924 CommentStatistic* cs = &comments_statistics[CommentStatistic::kMaxComments]; in AllocateChunk()
2928 if (comments_statistics[i].comment == NULL) { in AllocateChunk()
[all …]