Home
last modified time | relevance | path

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

/external/v8/src/
Dcounters.h42 static void SetCounterFunction(CounterLookupCallback f) { in SetCounterFunction()
94 static CounterLookupCallback lookup_function_;
Dcounters.cc36 CounterLookupCallback StatsTable::lookup_function_ = NULL;
Dapi.cc3435 void V8::SetCounterFunction(CounterLookupCallback callback) { in SetCounterFunction()
/external/v8/include/
Dv8.h2122 typedef int* (*CounterLookupCallback)(const char* name); typedef
2258 static void SetCounterFunction(CounterLookupCallback);