Home
last modified time | relevance | path

Searched refs:SetCreateHistogramFunction (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/logging/
Dcounters.cc270 stats_table_.SetCreateHistogramFunction(f); in ResetCreateHistogramFunction()
Dcounters.h44 void SetCreateHistogramFunction(CreateHistogramCallback f) { in SetCreateHistogramFunction() function
/third_party/node/deps/v8/include/
Dv8-isolate.h1281 void SetCreateHistogramFunction(CreateHistogramCallback);
/third_party/node/deps/v8/src/d8/
Dd8.cc2846 isolate->SetCreateHistogramFunction(CreateHistogram); in MapCounters()
/third_party/node/deps/v8/src/api/
Dapi.cc8629 isolate->SetCreateHistogramFunction(params.create_histogram_callback); in Initialize()
9175 void Isolate::SetCreateHistogramFunction(CreateHistogramCallback callback) { in SetCreateHistogramFunction() function in v8::Isolate