Searched refs:LookupCounter (Results 1 – 3 of 3) sorted by relevance
525 static int* LookupCounter(const char* name);
2845 isolate->SetCounterFunction(LookupCounter); in MapCounters()2880 int* Shell::LookupCounter(const char* name) { in LookupCounter() function in v8::Shell5414 create_params.counter_lookup_callback = LookupCounter; in Main()
307 static int* LookupCounter(const char* name) { in LookupCounter() function488 store->create_params_.counter_lookup_callback = EngineImpl::LookupCounter; in make()