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