HomeSort by relevance Sort by last modified time
    Searched full:counters_ (Results 1 - 7 of 7) sorted by null

  /external/chromium/net/disk_cache/
stats.cc 129 memcpy(counters_, stats.counters, sizeof(counters_));
245 counters_[an_event]++;
250 counters_[counter] = value;
255 return counters_[counter];
268 item.second = StringPrintf("0x%" PRIx64, counters_[i]);
315 memcpy(stats.counters, counters_, sizeof(counters_));
stats.h 86 int64 counters_[MAX_COUNTER]; member in class:disk_cache::Stats
  /external/chromium/base/
stats_table.h 176 // The counters_lock_ protects the counters_ hash table.
178 // The counters_ hash map is an in-memory hash of the counters.
183 CountersMap counters_; member in class:StatsTable
stats_table.cc 434 iter = counters_.find(name);
435 if (iter != counters_.end())
468 counters_[name] = counter_id;
  /external/v8/src/
d8.h 72 Counter counters_[kMaxCounters]; member in class:v8::CounterCollection
195 static CounterCollection* counters_; member in class:v8::Shell
mksnapshot.cc 77 return &counters_[counters_in_use_++];
84 Counter counters_[kMaxCounters]; member in class:CounterCollection
d8.cc 92 CounterCollection* Shell::counters_ = &local_counters_; member in class:v8::Shell
331 return &counters_[counters_in_use_++];
344 counters_ = static_cast<CounterCollection*>(memory);
366 counter = counters_->GetNextCounter();

Completed in 241 milliseconds