Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dheap.h482 struct CommentStatistic { struct
483 const char* comment;
484 int size;
485 int count;
486 void Clear() { in Clear()
492 static const int kMaxComments = 64;