Searched refs:NonPointerISACache (Results 1 – 2 of 2) sorted by relevance
133 class NonPointerISACache {135 static NonPointerISACache *142 NonPointerISACache(AppleObjCRuntimeV2 &runtime,172 NonPointerISACache(const NonPointerISACache &) = delete;173 const NonPointerISACache &operator=(const NonPointerISACache &) = delete;412 NonPointerISACache *GetNonPointerIsaCache() { in GetNonPointerIsaCache()415 NonPointerISACache::CreateInstance(*this, m_objc_module_sp)); in GetNonPointerIsaCache()434 std::unique_ptr<NonPointerISACache> m_non_pointer_isa_cache_up;
2410 AppleObjCRuntimeV2::NonPointerISACache *2411 AppleObjCRuntimeV2::NonPointerISACache::CreateInstance( in CreateInstance()2470 return new NonPointerISACache( in CreateInstance()2811 AppleObjCRuntimeV2::NonPointerISACache::NonPointerISACache( in NonPointerISACache() function in AppleObjCRuntimeV2::NonPointerISACache2831 AppleObjCRuntimeV2::NonPointerISACache::GetClassDescriptor(ObjCISA isa) { in GetClassDescriptor()2845 bool AppleObjCRuntimeV2::NonPointerISACache::EvaluateNonPointerISA( in EvaluateNonPointerISA()