Home
last modified time | relevance | path

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

/external/v8/src/
Dd8.cc2098 const int number_of_counters = static_cast<int>(counter_map_->size()); in OnExit() local
2099 CounterAndKey* counters = new CounterAndKey[number_of_counters]; in OnExit()
2106 std::sort(counters, counters + number_of_counters); in OnExit()
2110 for (j = 0; j < number_of_counters; j++) { in OnExit()
2131 for (j = 0; j < number_of_counters; j++) { in OnExit()