Searched defs:NumberAndSizeInfo (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/
H A Dspaces.h1675 class NumberAndSizeInfo BASE_EMBEDDED {
1677 NumberAndSizeInfo() : number_(0), bytes_(0) {} function in class:v8::internal::BASE_EMBEDDED
1698 class HistogramInfo: public NumberAndSizeInfo {
1700 HistogramInfo() : NumberAndSizeInfo() {}

Completed in 37 milliseconds