Searched refs:m_impl_cache (Results 1 – 2 of 2) sorted by relevance
40 : LanguageRuntime(process), m_impl_cache(), m_impl_str_cache(), in ObjCLanguageRuntime()74 m_impl_cache.insert(std::pair<ClassAndSel, lldb::addr_t>( in AddToMethodCache()92 MsgImplMap::iterator pos, end = m_impl_cache.end(); in LookupInMethodCache()93 pos = m_impl_cache.find(ClassAndSel(class_addr, selector)); in LookupInMethodCache()
436 MsgImplMap m_impl_cache; variable