Searched refs:m_impl_cache (Results 1 – 2 of 2) sorted by relevance
38 : LanguageRuntime(process), m_impl_cache(), in ObjCLanguageRuntime()72 m_impl_cache.insert(std::pair<ClassAndSel, lldb::addr_t>( in AddToMethodCache()78 MsgImplMap::iterator pos, end = m_impl_cache.end(); in LookupInMethodCache()79 pos = m_impl_cache.find(ClassAndSel(class_addr, selector)); in LookupInMethodCache()
385 MsgImplMap m_impl_cache; variable