Home
last modified time | relevance | path

Searched defs:CommentStatistic (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/heap/
Dspaces.h2870 struct CommentStatistic { struct
2871 const char* comment;
2872 int size;
2873 int count;
2874 void Clear() { in Clear()
2880 static const int kMaxComments = 64;