Searched refs:m_impl_str_cache (Results 1 – 2 of 2) sorted by relevance
41 : LanguageRuntime(process), m_impl_cache(), m_impl_str_cache(), in ObjCLanguageRuntime()87 m_impl_str_cache.insert(std::pair<ClassAndSelStr, lldb::addr_t>( in AddToMethodCache()102 MsgImplStrMap::iterator pos, end = m_impl_str_cache.end(); in LookupInMethodCache()103 pos = m_impl_str_cache.find(ClassAndSelStr(class_addr, sel_str)); in LookupInMethodCache()
430 MsgImplStrMap m_impl_str_cache; variable