Home
last modified time | relevance | path

Searched refs:allocated_histogram_ (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/heap/
Dspaces.cc1355 allocated_histogram_ = NewArray<HistogramInfo>(LAST_TYPE + 1); in AllocateChunk()
1358 allocated_histogram_[name].set_name(#name); \ in AllocateChunk()
1368 if (allocated_histogram_) { in AllocateChunk()
1369 DeleteArray(allocated_histogram_); in AllocateChunk()
1370 allocated_histogram_ = NULL; in AllocateChunk()
2105 allocated_histogram_[i].clear(); in AllocateChunk()
2157 if (allocated_histogram_[i].number() > 0) { in AllocateChunk()
2158 PrintF(" %-34s%10d (%10d bytes)\n", allocated_histogram_[i].name(), in AllocateChunk()
2159 allocated_histogram_[i].number(), in AllocateChunk()
2160 allocated_histogram_[i].bytes()); in AllocateChunk()
[all …]
Dspaces.h2640 allocated_histogram_(nullptr), in NewSpace()
2917 HistogramInfo* allocated_histogram_; variable