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