Home
last modified time | relevance | path

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

/external/v8/src/
Dd8.h349 static int* LookupCounter(const char* name);
Dd8.cc1296 isolate->SetCounterFunction(LookupCounter); in MapCounters()
1329 int* Shell::LookupCounter(const char* name) { in LookupCounter() function in v8::Shell
2858 create_params.counter_lookup_callback = LookupCounter; in Main()