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.cc82 for (Table::InternalTable& table : strong_interns_.tables_) { in VisitRoots()
324 for (InternalTable& table : tables_) { in Remove()
340 for (Table::InternalTable& table : MakeIterationRange(tables_.begin(), mid)) { in Find()
345 for (Table::InternalTable& table : ReverseRange(MakeIterationRange(mid, tables_.end()))) { in Find()
359 for (InternalTable& table : ReverseRange(tables_)) { in Find()
372 InternalTable new_table; in AddNewTable()
387 for (InternalTable& table : tables_) { in VisitRoots()
395 for (InternalTable& table : tables_) { in SweepWeaks()
418 [](size_t sum, const InternalTable& table) { in Size()
438 InternalTable initial_table; in Table()
Dintern_table.h210 class InternalTable {
212 InternalTable() = default;
213 InternalTable(UnorderedSet&& set, bool is_boot_image) in InternalTable() function
274 dchecked_vector<InternalTable> tables_;
Dintern_table_test.cc84 for (InternTable::Table::InternalTable& table : t.strong_interns_.tables_) { in TEST_F()
/art/dex2oat/linker/
Dimage_writer.cc362 for (InternTable::Table::InternalTable& table : intern_table->strong_interns_.tables_) { in IsStronglyInternedString()
2021 [](const InternTable::Table::InternalTable& table) { in ProcessInterns()