Home
last modified time | relevance | path

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

/external/v8/src/
Dcounters.h28 void SetCounterFunction(CounterLookupCallback f) { in SetCounterFunction()
82 CounterLookupCallback lookup_function_;
Dapi.cc7692 void Isolate::SetCounterFunction(CounterLookupCallback callback) { in SetCounterFunction()
/external/v8/include/
Dv8.h5034 typedef int* (*CounterLookupCallback)(const char* name); typedef
5564 CounterLookupCallback counter_lookup_callback;
6189 void SetCounterFunction(CounterLookupCallback);