HomeSort by relevance Sort by last modified time
    Searched refs:StatsTable (Results 1 - 7 of 7) sorted by null

  /external/v8/src/
counters.cc 36 CounterLookupCallback StatsTable::lookup_function_ = NULL;
37 CreateHistogramCallback StatsTable::create_histogram_function_ = NULL;
38 AddHistogramSampleCallback StatsTable::add_histogram_sample_function_ = NULL;
74 StatsTable::AddHistogramSample(histogram_, milliseconds);
counters.h 38 class StatsTable : public AllStatic {
100 // the StatsTable. They are designed to be lightweight to create and
103 // Internally, a counter represents a value in a row of a StatsTable.
166 ptr_ = StatsTable::FindLocation(name_);
216 histogram_ = StatsTable::CreateHistogram(name_, 0, 10000, 50);
compilation-cache.cc 255 static void* script_histogram = StatsTable::CreateHistogram(
263 StatsTable::AddHistogramSample(script_histogram, generation);
spaces.cc     [all...]
api.cc     [all...]
heap.cc     [all...]
  /external/v8/test/cctest/
test-serialize.cc 107 StatsTable::SetCounterFunction(counter_function);
144 StatsTable::SetCounterFunction(counter_function);

Completed in 174 milliseconds