Home
last modified time | relevance | path

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

/external/v8/src/
Dcounters.h26 void SetCounterFunction(CounterLookupCallback f) { in SetCounterFunction()
80 CounterLookupCallback lookup_function_;
Dapi.cc7432 void Isolate::SetCounterFunction(CounterLookupCallback callback) { in SetCounterFunction()
/external/v8/include/
Dv8.h4971 typedef int* (*CounterLookupCallback)(const char* name); typedef
5326 CounterLookupCallback counter_lookup_callback;
5856 void SetCounterFunction(CounterLookupCallback);