Searched refs:top_index_ (Results 1 – 3 of 3) sorted by relevance
86 top_index_(0u), in IndirectReferenceTable()179 LOG(INFO) << "+++ Add: top_index=" << top_index_ in Add()187 if (top_index_ == max_entries_) { in Add()197 CheckHoleCount(table_, current_num_holes_, top_index_); in Add()205 DCHECK_GT(top_index_, 1U); in Add()207 IrtEntry* p_scan = &table_[top_index_ - 1]; in Add()218 index = top_index_; in Add()219 ++top_index_; in Add()224 LOG(INFO) << "+++ added at " << ExtractIndex(result) << " top=" << top_index_ in Add()237 LOG(INFO) << "+++ Remove: top_index=" << top_index_ in Remove()[all …]
40 const uint32_t top_index = top_index_; in IsValidReference()85 DCHECK_LT(idx, top_index_); in Get()96 DCHECK_LT(idx, top_index_); in Update()
197 return top_index_; in Capacity()203 return top_index_ - current_num_holes_; in NEntriesForGlobal()321 size_t top_index_; variable