Searched refs:cached_mtf_ (Results 1 – 2 of 2) sorted by relevance
362 if (!cached_mtf_ || cached_handle_ != handle) { in GetMtf()364 cached_mtf_ = &mtfs_[handle]; in GetMtf()367 return *cached_mtf_; in GetMtf()378 MoveToFront* cached_mtf_ = nullptr; variable