Searched refs:counters_ (Results 1 - 20 of 20) 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_org/net/disk_cache/
H A Dstats.cc115 memcpy(counters_, stats->counters, sizeof(counters_));
160 counters_[an_event]++;
165 counters_[counter] = value;
170 return counters_[counter];
183 item.second = base::StringPrintf("0x%" PRIx64, counters_[i]);
221 memcpy(stats->counters, counters_, sizeof(counters_));
H A Dstats.h97 int64 counters_[MAX_COUNTER]; member in class:disk_cache::Stats
/external/chromium_org/tools/stats_viewer/
H A Dstats_table.cs323 counters_ = new List<IStatsCounter>();
336 return counters_.GetEnumerator();
347 return counters_.Count;
407 counters_.Remove(old_counter);
408 counters_.Add(rate);
414 counters_.Remove(old_counter);
415 counters_.Add(rate);
420 /// Find the counters in the table and insert into the counters_
450 counters_.Add(counter);
460 foreach (IStatsCounter ctr in counters_)
471 private List<IStatsCounter> counters_; field in class:StatsViewer.StatsTableCounters
[all...]
/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/chromium_org/base/metrics/
H A Dstats_table.h177 // The counters_lock_ protects the counters_ hash table.
180 // The counters_ hash map is an in-memory hash of the counters.
185 CountersMap counters_; member in class:base::StatsTable
H A Dstats_table.cc364 iter = counters_.find(name);
365 if (iter != counters_.end())
552 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) {
/external/chromium_org/v8/src/
H A Dmksnapshot.cc79 return &counters_[counters_in_use_++];
86 Counter counters_[kMaxCounters]; member in class:CounterCollection
H A Dd8.h75 Counter counters_[kMaxCounters]; member in class:v8::CounterCollection
391 static CounterCollection* counters_; member in class:v8::Shell
H A Disolate.h865 ASSERT(counters_ != NULL);
866 return counters_;
1264 Counters* counters_; member in class:v8::internal::Isolate
H A Dd8.cc159 CounterCollection* Shell::counters_ = &local_counters_; member in class:v8::Shell
681 return &counters_[counters_in_use_++];
694 counters_ = static_cast<CounterCollection*>(memory);
716 counter = counters_->GetNextCounter();
H A Disolate.cc1749 counters_(NULL),
1978 // Has to be called while counters_ are still alive
2022 delete counters_;
2023 counters_ = NULL;
2124 if (counters_ == NULL) {
2125 counters_ = new Counters(this);

Completed in 322 milliseconds