Home
last modified time | relevance | path

Searched refs:InternalTable (Results 1 – 5 of 5) sorted by relevance

/art/runtime/
Dintern_table-inl.h141 tables_.insert(tables_.end() - 1, InternalTable(std::move(intern_strings), is_boot_image)); in AddInternStrings()
148 auto visit_tables = [&](dchecked_vector<Table::InternalTable>& tables) in VisitInterns()
150 for (Table::InternalTable& table : tables) { in VisitInterns()
166 auto visit_tables = [&](const dchecked_vector<Table::InternalTable>& tables) in CountInterns()
168 for (const Table::InternalTable& table : tables) { in CountInterns()
Dintern_table.cc83 for (Table::InternalTable& table : strong_interns_.tables_) { in VisitRoots()
325 for (InternalTable& table : tables_) { in Remove()
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()
373 InternalTable new_table; in AddNewTable()
388 for (InternalTable& table : tables_) { in VisitRoots()
396 for (InternalTable& table : tables_) { in SweepWeaks()
422 [](size_t sum, const InternalTable& table) { in Size()
442 InternalTable initial_table; in Table()
Dintern_table.h211 class InternalTable {
213 InternalTable() = default;
214 InternalTable(UnorderedSet&& set, bool is_boot_image) in InternalTable() function
275 dchecked_vector<InternalTable> tables_;
Dintern_table_test.cc89 for (InternTable::Table::InternalTable& table : t.strong_interns_.tables_) { in TEST_F()
/art/dex2oat/linker/
Dimage_writer.cc539 for (InternTable::Table::InternalTable& table : intern_table->strong_interns_.tables_) { in IsStronglyInternedString()
2075 [](const InternTable::Table::InternalTable& table) { in ProcessInterns()