HomeSort by relevance Sort by last modified time
    Searched refs:entry_count_ (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/gpu/command_buffer/service/
cmd_parser.h 40 if (get >= 0 && get < entry_count_) {
69 int32 entry_count_; member in class:gpu::CommandParser
cmd_parser.cc 18 entry_count_(0),
37 entry_count_ = size / 4;
48 int num_entries = put_ < get_ ? entry_count_ - get_ : put_ - get_;
55 if (get_ == entry_count_)
  /external/chromium_org/net/disk_cache/blockfile/
backend_impl_v3.h 254 int entry_count_; // Number of entries accessed lately. member in class:disk_cache::BackendImplV3
backend_impl_v3.cc 334 CACHE_UMA(COUNTS_10000, "EntryAccessRate", entry_count_);
338 user_load_ = (entry_count_ > 300 || byte_count_ > 7 * 1024 * 1024);
339 entry_count_ = 0;
458 entry_count_++;
549 entry_count_++;
1021 entry_count_ = byte_count_ = 0;
1122 entry_count_++;
    [all...]
backend_impl.h 377 int entry_count_; // Number of entries accessed lately. member in class:disk_cache::BackendImpl
backend_impl.cc 210 entry_count_ = byte_count_ = 0;
494 entry_count_++;
586 entry_count_++;
1080 CACHE_UMA(COUNTS_10000, "EntryAccessRate", 0, entry_count_);
1084 user_load_ = (entry_count_ > 300 || byte_count_ > 7 * 1024 * 1024);
1085 entry_count_ = 0;
    [all...]
backend_worker_v3.cc 120 entry_count_ = byte_count_ = 0;
  /art/runtime/
monitor.h 279 size_t entry_count_; member in class:art::MonitorInfo
monitor.cc     [all...]
debugger.cc 941 expandBufAdd4BE(reply, monitor_info.entry_count_);
    [all...]
  /art/runtime/arch/
stub_test.cc 778 EXPECT_EQ(counts[index], info.entry_count_) << index;
    [all...]

Completed in 121 milliseconds