Searched defs:AddHistogramSample (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/v8/src/
H A Dcounters.h30 // a histogram for passing to the AddHistogramSample function
57 // returns a non-NULL pointer for use with AddHistogramSample
71 void AddHistogramSample(void* histogram, int sample) { function in class:v8::internal::StatsTable
H A Dd8.cc730 isolate->SetAddHistogramSampleFunction(AddHistogramSample);
780 void Shell::AddHistogramSample(void* histogram, int sample) { function in class:v8::Shell
942 isolate->SetAddHistogramSampleFunction(AddHistogramSample);
/external/chromium_org/content/renderer/
H A Drender_thread_impl.cc257 void AddHistogramSample(void* hist, int sample) { function in namespace:content::__anon7823
848 isolate->SetAddHistogramSampleFunction(AddHistogramSample);

Completed in 426 milliseconds