Home
last modified time | relevance | path

Searched refs:CreateHistogram (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/
Dcounters.h78 static void* CreateHistogram(const char* name, in CreateHistogram() function
216 histogram_ = StatsTable::CreateHistogram(name_, 0, 10000, 50); in GetHistogram()
Dd8.cc346 V8::SetCreateHistogramFunction(CreateHistogram); in MapCounters()
389 void* Shell::CreateHistogram(const char* name, in CreateHistogram() function in v8::Shell
410 V8::SetCreateHistogramFunction(CreateHistogram); in Initialize()
Dd8.h124 static void* CreateHistogram(const char* name,
Dcompilation-cache.cc255 static void* script_histogram = StatsTable::CreateHistogram( in Lookup()
Dspaces.cc2682 static void* lo_rset_histogram = StatsTable::CreateHistogram( in IterateRSet()
Dheap.cc3334 static void* paged_rset_histogram = StatsTable::CreateHistogram( in IterateRSet()