Searched refs:heap_histograms (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/v8/src/heap/
H A Dspaces.cc1766 // heap_histograms is shared, always clear it before using it.
1769 #define DEF_TYPE_NAME(name) isolate->heap_histograms()[name].set_name(#name);
1773 #define CLEAR_HISTOGRAM(name) isolate->heap_histograms()[name].clear();
1805 DCHECK(isolate->heap_histograms()[type].name() != NULL);
1806 isolate->heap_histograms()[type].increment_number(1);
1807 isolate->heap_histograms()[type].increment_bytes(obj->Size());
1821 if (isolate->heap_histograms()[i].number() > 0) {
1823 isolate->heap_histograms()[i].name(),
1824 isolate->heap_histograms()[i].number(),
1825 isolate->heap_histograms()[
[all...]
/external/chromium_org/v8/src/
H A Disolate.h974 HistogramInfo* heap_histograms() { return heap_histograms_; } function in class:v8::internal::Isolate

Completed in 93 milliseconds