Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dheap.h292 struct CommentStatistic { struct
293 const char* comment;
294 int size;
295 int count;
296 void Clear() { in Clear()
302 static const int kMaxComments = 64;