Lines Matching refs:tables_
83 for (Table::InternalTable& table : strong_interns_.tables_) { in VisitRoots()
226 num_searched_strong_frozen_tables = strong_interns_.tables_.size() - 1u; in Insert()
262 DCHECK(!strong_interns_.tables_.empty()); in InternStrong()
263 num_searched_strong_frozen_tables = strong_interns_.tables_.size() - 1u; in InternStrong()
325 for (InternalTable& table : tables_) { in Remove()
340 auto mid = tables_.begin() + num_searched_frozen_tables; in Find()
341 for (Table::InternalTable& table : MakeIterationRange(tables_.begin(), mid)) { in Find()
346 for (Table::InternalTable& table : ReverseRange(MakeIterationRange(mid, tables_.end()))) { in Find()
360 for (InternalTable& table : ReverseRange(tables_)) { in Find()
371 DCHECK(!tables_.empty()); in AddNewTable()
372 const UnorderedSet& last_set = tables_.back().set_; in AddNewTable()
375 tables_.push_back(std::move(new_table)); in AddNewTable()
381 DCHECK(!tables_.empty()); in Insert()
382 tables_.back().set_.PutWithHash(GcRoot<mirror::String>(s), hash); in Insert()
388 for (InternalTable& table : tables_) { in VisitRoots()
396 for (InternalTable& table : tables_) { in SweepWeaks()
419 return std::accumulate(tables_.begin(), in Size()
420 tables_.end(), in Size()
445 tables_.push_back(std::move(initial_table)); in Table()