HomeSort by relevance Sort by last modified time
    Searched defs:AddHistogramSample (Results 1 - 5 of 5) sorted by null

  /external/v8/src/
counters.h 50 // a histogram for passing to the AddHistogramSample function
77 // returns a non-NULL pointer for use with AddHistogramSample
91 void AddHistogramSample(void* histogram, int sample) {
d8.cc 668 V8::SetAddHistogramSampleFunction(AddHistogramSample);
718 void Shell::AddHistogramSample(void* histogram, int sample) {
877 V8::SetAddHistogramSampleFunction(AddHistogramSample);
    [all...]
  /external/chromium_org/v8/src/
counters.h 50 // a histogram for passing to the AddHistogramSample function
77 // returns a non-NULL pointer for use with AddHistogramSample
91 void AddHistogramSample(void* histogram, int sample) {
d8.cc 697 V8::SetAddHistogramSampleFunction(AddHistogramSample);
747 void Shell::AddHistogramSample(void* histogram, int sample) {
899 V8::SetAddHistogramSampleFunction(AddHistogramSample);
    [all...]
  /external/chromium_org/content/renderer/
render_thread_impl.cc 223 void AddHistogramSample(void* hist, int sample) {
324 v8::V8::SetAddHistogramSampleFunction(AddHistogramSample);
    [all...]

Completed in 352 milliseconds