Home
last modified time | relevance | path

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

/external/v8/test/cctest/
Dtest-serialize.cc47 static const unsigned kCounters = 256; variable
48 static int local_counters[kCounters];
49 static const char* local_counter_names[kCounters];
64 unsigned hash = CounterHash(name) % kCounters; in counter_function()
78 hash = (hash + 1) % kCounters; in counter_function()