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

  /art/runtime/base/
histogram_test.cc 33 // hist->CreateHistogram();
88 hist->CreateHistogram(&data);
120 hist->CreateHistogram(&data);
163 hist->CreateHistogram(&data);
188 hist->CreateHistogram(&data);
197 hist->CreateHistogram(&data);
204 hist->CreateHistogram(&data);
220 hist->CreateHistogram(&data);
237 hist->CreateHistogram(&data);
246 hist->CreateHistogram(&data)
    [all...]
histogram.h 54 void CreateHistogram(CumulativeData* data) const;
55 // Reset the cumulative values, next time CreateHistogram is called it will recreate the cache.
timing_logger.cc 125 histogram->CreateHistogram(&cumulative_data);
histogram-inl.h 203 inline void Histogram<Value>::CreateHistogram(CumulativeData* out_data) const {
  /external/v8/src/
counters.cc 31 void* Histogram::CreateHistogram() const {
33 CreateHistogram(name_, min_, max_, num_buckets_);
counters.h 36 // to a histogram created with CreateHistogram function
61 void* CreateHistogram(const char* name,
69 // Add a sample to a histogram created with the CreateHistogram
203 histogram_ = CreateHistogram();
212 void* CreateHistogram() const;
compilation-cache.cc 177 script_histogram_ = isolate()->stats_table()->CreateHistogram(
d8.h 273 static void* CreateHistogram(const char* name,
d8.cc 729 isolate->SetCreateHistogramFunction(CreateHistogram);
772 void* Shell::CreateHistogram(const char* name,
941 isolate->SetCreateHistogramFunction(CreateHistogram);
    [all...]
  /art/runtime/
leb128_test.cc 302 enc_hist->CreateHistogram(&enc_data);
306 dec_hist->CreateHistogram(&dec_data);
thread_list.cc 110 suspend_all_historam_.CreateHistogram(&data);
    [all...]
  /art/runtime/gc/collector/
garbage_collector.cc 207 pause_histogram_.CreateHistogram(&cumulative_data);

Completed in 528 milliseconds