Searched refs:first_use_64_ (Results 1 – 2 of 2) sorted by relevance
242 if (entry64_count_ == 0) first_use_64_ = offset; in RecordKey()307 first_use_64_ = -1; in Clear()381 size_t dist64 = pool_end_64 - first_use_64_; in ShouldEmitNow()436 Entry64Count() == 0 || (pool_end_64 < first_use_64_ + kMaxDistToPool64); in IsInImmRangeIfEmittedAt()
333 int first_use_64_ = -1; variable