Searched refs:m_cache (Results 1 – 4 of 4) sorted by relevance
39 m_cache[fd] = std::move(file.get()); in OpenFile()48 FDToFileMap::iterator pos = m_cache.find(fd); in CloseFile()49 if (pos == m_cache.end()) { in CloseFile()59 m_cache.erase(pos); in CloseFile()70 FDToFileMap::iterator pos = m_cache.find(fd); in WriteFile()71 if (pos == m_cache.end()) { in WriteFile()96 FDToFileMap::iterator pos = m_cache.find(fd); in ReadFile()97 if (pos == m_cache.end()) { in ReadFile()
43 FDToFileMap m_cache; variable
154 std::map<ObjCISA, ObjCLanguageRuntime::ClassDescriptorSP> m_cache; variable213 Cache m_cache; variable
2862 : TaggedPointerVendorV2(runtime), m_cache(), in TaggedPointerVendorRuntimeAssisted()2890 CacheIterator iterator = m_cache.find(slot), end = m_cache.end(); in GetClassDescriptor()2913 m_cache[slot] = actual_class_descriptor_sp; in GetClassDescriptor()3026 : m_runtime(runtime), m_cache(), m_objc_module_wp(objc_module_sp), in NonPointerISACache()3041 auto cache_iter = m_cache.find(real_isa); in GetClassDescriptor()3042 if (cache_iter != m_cache.end()) in GetClassDescriptor()3047 m_cache[real_isa] = descriptor_sp; in GetClassDescriptor()