Home
last modified time | relevance | path

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

/external/v8/test/cctest/
Dtest-serialize.cc48 static int local_counters[kCounters]; variable
69 return &local_counters[hash]; in counter_function()
73 return &local_counters[hash]; in counter_function()
76 return &local_counters[hash]; in counter_function()
/external/v8/src/
Dmksnapshot.cc90 static CounterCollection local_counters; variable