Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dheap.h233 struct CommentStatistic { struct
234 const char* comment;
235 int size;
236 int count;
237 void Clear() { in Clear()
243 static const int kMaxComments = 64;