Home
last modified time | relevance | path

Searched refs:StringTable (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/compile/mclinker/unittests/
H A DStringTableTest.h15 class StringTable; variable
41 mcld::StringTable* m_pTestee;
H A DStringTableTest.cpp21 m_pTestee = new StringTable(*Pool); in StringTableTest()
56 StringTable::iterator it = m_pTestee->begin(); in TEST_F()
H A DSymbolTableTest.h42 mcld::StringTable m_StrTable;
/aosp12/art/runtime/
H A Ddebugger.cc790 class StringTable { class
820 StringTable() : finished_(false) { in StringTable() function in art::StringTable
891 DISALLOW_COPY_AND_ASSIGN(StringTable);
968 StringTable class_names; in GetRecentAllocations()
969 StringTable method_names; in GetRecentAllocations()
970 StringTable filenames; in GetRecentAllocations()