Searched refs:Table (Results 1 – 10 of 10) sorted by relevance
59 TrackingAllocator<GcRoot<mirror::Object>, kAllocatorTagReferenceTable>> Table; typedef60 static void Dump(std::ostream& os, Table& entries)66 Table entries_;
108 inline void InternTable::Table::AddInternStrings(UnorderedSet&& intern_strings, in AddInternStrings()129 auto visit_tables = [&](std::vector<Table::InternalTable>& tables) in VisitInterns()131 for (Table::InternalTable& table : tables) { in VisitInterns()150 auto visit_tables = [&](const std::vector<Table::InternalTable>& tables) in CountInterns()152 for (const Table::InternalTable& table : tables) { in CountInterns()
310 void InternTable::Table::Remove(ObjPtr<mirror::String> s) { in Remove()321 ObjPtr<mirror::String> InternTable::Table::Find(ObjPtr<mirror::String> s) { in Find()332 ObjPtr<mirror::String> InternTable::Table::Find(const Utf8String& string) { in Find()343 void InternTable::Table::AddNewTable() { in AddNewTable()347 void InternTable::Table::Insert(ObjPtr<mirror::String> s) { in Insert()354 void InternTable::Table::VisitRoots(RootVisitor* visitor) { in VisitRoots()364 void InternTable::Table::SweepWeaks(IsMarkedVisitor* visitor) { in SweepWeaks()370 void InternTable::Table::SweepWeaks(UnorderedSet* set, IsMarkedVisitor* visitor) { in SweepWeaks()384 size_t InternTable::Table::Size() const { in Size()406 InternTable::Table::Table() { in Table() function in art::InternTable::Table
214 class Table {240 friend class Table; variable244 Table();329 Table strong_interns_ GUARDED_BY(Locks::intern_table_lock_);335 Table weak_interns_ GUARDED_BY(Locks::intern_table_lock_);
439 using Table = variable446 Table oat_dex_files_;455 mutable Table secondary_oat_dex_files_ GUARDED_BY(secondary_lookup_lock_);
125 void ReferenceTable::Dump(std::ostream& os, Table& entries) { in Dump()262 Table sorted_entries; in Dump()
81 for (InternTable::Table::InternalTable& table : t.strong_interns_.tables_) { in TEST_F()
479 ReferenceTable::Table entries; in Dump()
28 * Heaped Table
1948 [](const InternTable::Table::InternalTable& table) { in ProcessInterns()