Home
last modified time | relevance | path

Searched refs:ResetCreateHistogramFunction (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/logging/
Dcounters.cc294 void Counters::ResetCreateHistogramFunction(CreateHistogramCallback f) { in ResetCreateHistogramFunction() function in v8::internal::Counters
Dcounters.h1310 void ResetCreateHistogramFunction(CreateHistogramCallback f);
/external/v8/src/api/
Dapi.cc8893 isolate->counters()->ResetCreateHistogramFunction(callback); in SetCreateHistogramFunction()