Home
last modified time | relevance | path

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

/external/v8/src/arm64/
Dinstrument-arm64.cc65 static const CounterDescriptor kCounterList[] = { variable
110 static const int num_counters = arraysize(kCounterList); in Instrument()
118 Counter* counter = new Counter(kCounterList[i].name, kCounterList[i].type); in Instrument()
/external/vixl/src/vixl/a64/
Dinstrument-a64.cc86 static const CounterDescriptor kCounterList[] = { variable
133 sizeof(kCounterList) / sizeof(CounterDescriptor); in Instrument()
141 Counter* counter = new Counter(kCounterList[i].name, kCounterList[i].type); in Instrument()