HomeSort by relevance Sort by last modified time
    Searched refs:m_Table (Results 1 - 2 of 2) sorted by null

  /frameworks/compile/mclinker/lib/LD/
StrSymPool.cpp 19 : m_pResolver(pResolver.clone()), m_Table(pSize) {
37 ResolveInfo* result = m_Table.getEntryFactory().produce(pName);
66 ResolveInfo* old_symbol = m_Table.insert(pName, exist);
70 new_symbol = m_Table.getEntryFactory().produce(pName);
134 ResolveInfo* resolve_info = m_Table.insert(pString, exist);
140 m_Table.rehash(pSize);
145 return (m_Table.numOfBuckets() - m_Table.numOfEntries());
151 Table::iterator iter = m_Table.find(pName);
158 Table::const_iterator iter = m_Table.find(pName)
    [all...]
  /frameworks/compile/mclinker/include/mcld/LD/
StrSymPool.h 92 { return m_Table.numOfEntries(); }
95 { return m_Table.empty(); }
104 Table m_Table;

Completed in 365 milliseconds