Home
last modified time | relevance | path

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

/external/chromium_org/third_party/tcmalloc/chromium/src/
Dprofiledata.cc73 evict_[num_evicted_++] = entry.count; in Evict()
74 evict_[num_evicted_++] = d; in Evict()
75 memcpy(&evict_[num_evicted_], entry.stack, d * sizeof(Slot)); in Evict()
81 evict_(0), in ProfileData()
114 evict_ = new Slot[kBufferLength]; in Start()
118 evict_[num_evicted_++] = 0; // count for header in Start()
119 evict_[num_evicted_++] = 3; // depth for header in Start()
120 evict_[num_evicted_++] = 0; // Version number in Start()
123 evict_[num_evicted_++] = period; // Period (microseconds) in Start()
124 evict_[num_evicted_++] = 0; // Padding in Start()
[all …]
Dprofiledata.h165 Slot* evict_; // evicted entries variable
/external/chromium_org/third_party/tcmalloc/vendor/src/
Dprofiledata.cc73 evict_[num_evicted_++] = entry.count; in Evict()
74 evict_[num_evicted_++] = d; in Evict()
75 memcpy(&evict_[num_evicted_], entry.stack, d * sizeof(Slot)); in Evict()
81 evict_(0), in ProfileData()
114 evict_ = new Slot[kBufferLength]; in Start()
118 evict_[num_evicted_++] = 0; // count for header in Start()
119 evict_[num_evicted_++] = 3; // depth for header in Start()
120 evict_[num_evicted_++] = 0; // Version number in Start()
123 evict_[num_evicted_++] = period; // Period (microseconds) in Start()
124 evict_[num_evicted_++] = 0; // Padding in Start()
[all …]
Dprofiledata.h165 Slot* evict_; // evicted entries variable
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/metadata/
Dmetadata_cache.js171 this.evict_();
485 this.evict_();
533 MetadataCache.prototype.evict_ = function() { method in MetadataCache