Searched refs:LookupCounter (Results 1 – 2 of 2) sorted by relevance
366 static int* LookupCounter(const char* name);
1353 isolate->SetCounterFunction(LookupCounter); in MapCounters()1386 int* Shell::LookupCounter(const char* name) { in LookupCounter() function in v8::Shell2947 create_params.counter_lookup_callback = LookupCounter; in Main()