Searched refs:counters_ (Results 1 - 10 of 10) sorted by relevance

/external/chromium/net/disk_cache/
H A Dstats.cc141 memcpy(counters_, stats.counters, sizeof(counters_));
179 counters_[an_event]++;
184 counters_[counter] = value;
189 return counters_[counter];
202 item.second = base::StringPrintf("0x%" PRIx64, counters_[i]);
240 memcpy(stats.counters, counters_, sizeof(counters_));
H A Dstats.h88 int64 counters_[MAX_COUNTER]; member in class:disk_cache::Stats
/external/chromium/base/metrics/
H A Dstats_table.h178 // The counters_lock_ protects the counters_ hash table.
181 // The counters_ hash map is an in-memory hash of the counters.
186 CountersMap counters_; member in class:base::StatsTable
H A Dstats_table.cc364 iter = counters_.find(name);
365 if (iter != counters_.end())
556 counters_[name] = counter_id;
/external/v8/src/
H A Dmksnapshot.cc76 return &counters_[counters_in_use_++];
83 Counter counters_[kMaxCounters]; member in class:CounterCollection
H A Dd8.h75 Counter counters_[kMaxCounters]; member in class:v8::CounterCollection
375 static CounterCollection* counters_; member in class:v8::Shell
H A Disolate.h793 ASSERT(counters_ != NULL);
794 return counters_;
1159 Counters* counters_; member in class:v8::internal::Isolate
H A Disolate.cc1441 counters_(NULL),
1598 // Has to be called while counters_ are still alive.
1630 delete counters_;
1631 counters_ = NULL;
1713 if (counters_ == NULL) {
1714 counters_ = new Counters;
H A Dd8.cc112 CounterCollection* Shell::counters_ = &local_counters_; member in class:v8::Shell
652 return &counters_[counters_in_use_++];
665 counters_ = static_cast<CounterCollection*>(memory);
687 counter = counters_->GetNextCounter();
H A Dlog.cc60 Counters* counters_; member in class:v8::internal::SlidingStateWindow
67 counters_->state_counters(state)->Increment();
72 counters_->state_counters(state)->Decrement();
240 : counters_(isolate->counters()), current_index_(0), is_full_(false) {

Completed in 411 milliseconds