Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dspaces.h3222 struct CommentStatistic { struct
3223 const char* comment;
3224 int size;
3225 int count;
3226 void Clear() { in Clear()
3232 static const int kMaxComments = 64;