Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/d8/
Dd8.h525 static int* LookupCounter(const char* name);
Dd8.cc2845 isolate->SetCounterFunction(LookupCounter); in MapCounters()
2880 int* Shell::LookupCounter(const char* name) { in LookupCounter() function in v8::Shell
5414 create_params.counter_lookup_callback = LookupCounter; in Main()
/third_party/node/deps/v8/src/wasm/
Dc-api.cc307 static int* LookupCounter(const char* name) { in LookupCounter() function
488 store->create_params_.counter_lookup_callback = EngineImpl::LookupCounter; in make()