Searched refs:evict_ (Results 1 – 5 of 5) sorted by relevance
73 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 …]
165 Slot* evict_; // evicted entries variable
171 this.evict_();485 this.evict_();533 MetadataCache.prototype.evict_ = function() { method in MetadataCache