Home
last modified time | relevance | path

Searched refs:LookupCounter (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dd8.h366 static int* LookupCounter(const char* name);
Dd8.cc1353 isolate->SetCounterFunction(LookupCounter); in MapCounters()
1386 int* Shell::LookupCounter(const char* name) { in LookupCounter() function in v8::Shell
2947 create_params.counter_lookup_callback = LookupCounter; in Main()