Searched refs:NonPointerISACache (Results 1 – 2 of 2) sorted by relevance
127 class NonPointerISACache {129 static NonPointerISACache *136 NonPointerISACache(AppleObjCRuntimeV2 &runtime,166 NonPointerISACache(const NonPointerISACache &) = delete;167 const NonPointerISACache &operator=(const NonPointerISACache &) = delete;342 std::unique_ptr<NonPointerISACache> m_non_pointer_isa_cache_up;
423 NonPointerISACache::CreateInstance(*this, objc_module_sp)), in AppleObjCRuntimeV2()2014 AppleObjCRuntimeV2::NonPointerISACache *2015 AppleObjCRuntimeV2::NonPointerISACache::CreateInstance( in CreateInstance()2074 return new NonPointerISACache( in CreateInstance()2410 AppleObjCRuntimeV2::NonPointerISACache::NonPointerISACache( in NonPointerISACache() function in AppleObjCRuntimeV2::NonPointerISACache2430 AppleObjCRuntimeV2::NonPointerISACache::GetClassDescriptor(ObjCISA isa) { in GetClassDescriptor()2444 bool AppleObjCRuntimeV2::NonPointerISACache::EvaluateNonPointerISA( in EvaluateNonPointerISA()