Home
last modified time | relevance | path

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

/external/v8/src/
Dcounters.h25 void SetCounterFunction(CounterLookupCallback f) { in SetCounterFunction()
79 CounterLookupCallback lookup_function_;
Dapi.cc6750 void Isolate::SetCounterFunction(CounterLookupCallback callback) { in SetCounterFunction()
/external/v8/include/
Dv8.h4130 typedef int* (*CounterLookupCallback)(const char* name); typedef
4763 void SetCounterFunction(CounterLookupCallback);