Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/d8/
Dd8.h529 static void MapCounters(v8::Isolate* isolate, const char* name);
Dd8.cc2835 void Shell::MapCounters(v8::Isolate* isolate, const char* name) { in MapCounters() function in v8::Shell
3268 MapCounters(isolate, i::FLAG_map_counters); in Initialize()