Searched refs:first_use_32_ (Results 1 – 2 of 2) sorted by relevance
239 if (entry32_count_ == 0) first_use_32_ = offset; in RecordKey()306 first_use_32_ = -1; in Clear()392 size_t dist32 = pool_end_32 - first_use_32_; in ShouldEmitNow()434 Entry32Count() == 0 || (pool_end_32 < first_use_32_ + kMaxDistToPool32); in IsInImmRangeIfEmittedAt()
332 int first_use_32_ = -1; variable