Searched refs:MethodTypeDexCacheType (Results 1 – 7 of 7) sorted by relevance
66 static_assert(alignof(mirror::MethodTypeDexCacheType) == 8, in Alignment()157 static_assert(alignof(mirror::MethodTypeDexCacheType) == 8, in MethodTypesAlignment()159 return alignof(mirror::MethodTypeDexCacheType); in MethodTypesAlignment()
128 using MethodTypeDexCacheType = std::atomic<MethodTypeDexCachePair>; variable205 void FixupResolvedMethodTypes(MethodTypeDexCacheType* dest, const Visitor& visitor)386 MethodTypeDexCacheType* GetResolvedMethodTypes() in GetResolvedMethodTypes()388 return GetFieldPtr64<MethodTypeDexCacheType*, kVerifyFlags>(ResolvedMethodTypesOffset()); in GetResolvedMethodTypes()391 void SetResolvedMethodTypes(MethodTypeDexCacheType* resolved_method_types) in SetResolvedMethodTypes()490 MethodTypeDexCacheType* resolved_method_types,
92 MethodTypeDexCacheType* method_types = nullptr; in InitializeDexCache()102 method_types = reinterpret_cast<MethodTypeDexCacheType*>( in InitializeDexCache()206 MethodTypeDexCacheType* resolved_method_types, in Init()
168 MethodTypeDexCacheType* method_types_cache = dex_cache->GetResolvedMethodTypes(); in TEST_F()
417 inline void DexCache::FixupResolvedMethodTypes(MethodTypeDexCacheType* dest, in FixupResolvedMethodTypes()419 MethodTypeDexCacheType* src = GetResolvedMethodTypes(); in FixupResolvedMethodTypes()
540 FixupDexCacheArray<mirror::MethodTypeDexCacheType>( in VisitDexCacheArrays()
3307 FixupDexCacheArray<mirror::MethodTypeDexCacheType>(orig_dex_cache, in FixupDexCache()