Home
last modified time | relevance | path

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

/external/v8/src/
Dcounters.h45 void SetCounterFunction(CounterLookupCallback f) { in SetCounterFunction()
99 CounterLookupCallback lookup_function_;
Dapi.cc4425 void V8::SetCounterFunction(CounterLookupCallback callback) { in SetCounterFunction()
/external/v8/include/
Dv8.h2444 typedef int* (*CounterLookupCallback)(const char* name); typedef
2712 static void SetCounterFunction(CounterLookupCallback);