Searched refs:SetCreateHistogramFunction (Results 1 – 4 of 4) sorted by relevance
39 void SetCreateHistogramFunction(CreateHistogramCallback f) { in SetCreateHistogramFunction() function
1354 isolate->SetCreateHistogramFunction(CreateHistogram); in MapCounters()
8201 v8_isolate->SetCreateHistogramFunction(params.create_histogram_callback); in New()8555 void Isolate::SetCreateHistogramFunction(CreateHistogramCallback callback) { in SetCreateHistogramFunction() function in v8::Isolate8557 isolate->stats_table()->SetCreateHistogramFunction(callback); in SetCreateHistogramFunction()
7085 void SetCreateHistogramFunction(CreateHistogramCallback);