Searched refs:GetResolvedTypes (Results 1 – 9 of 9) sorted by relevance
103 return GetResolvedTypes()[TypeSlotIndex(type_idx)].load( in GetResolvedType()113 GetResolvedTypes()[TypeSlotIndex(type_idx)].store( in SetResolvedType()122 TypeDexCacheType* slot = &GetResolvedTypes()[slot_idx]; in ClearResolvedType()315 GetResolvedTypes(), NumResolvedTypes(), visitor); in VisitReferences()341 TypeDexCacheType* src = GetResolvedTypes(); in FixupResolvedTypes()
333 TypeDexCacheType* GetResolvedTypes() ALWAYS_INLINE REQUIRES_SHARED(Locks::mutator_lock_) { in GetResolvedTypes() function
31 dex_cache->GetResolvedTypes()[i].store(cleared, std::memory_order_relaxed); in Java_Main_nativeClearResolvedTypes()
368 auto pair = dex_cache->GetResolvedTypes()[slot_idx].load(std::memory_order_relaxed); in PreloadDexCachesResolveType()504 auto pair = dex_cache->GetResolvedTypes()[j].load(std::memory_order_relaxed); in PreloadDexCachesStatsFilled()
463 DCHECK_EQ(dex_file->NumTypeIds() != 0u, dex_cache->GetResolvedTypes() != nullptr); in PrepareDexCacheArraySlots()464 AddDexCacheArrayRelocation(dex_cache->GetResolvedTypes(), in PrepareDexCacheArraySlots()1117 dex_cache->GetResolvedTypes()[slot_idx].load(std::memory_order_relaxed); in PruneAndPreloadDexCache()2458 mirror::TypeDexCacheType* orig_types = orig_dex_cache->GetResolvedTypes(); in FixupDexCache()
915 mirror::TypeDexCacheType* orig_types = orig_dex_cache->GetResolvedTypes(); in PatchDexFileArrays()
1307 mirror::TypeDexCacheType* types = dex_cache->GetResolvedTypes(); in RelocateInPlace()
1300 mirror::TypeDexCacheType* const types = dex_cache->GetResolvedTypes(); in Update()1627 mirror::TypeDexCacheType* const types = dex_cache->GetResolvedTypes(); in VerifyAppImage()1723 mirror::TypeDexCacheType* const types = dex_cache->GetResolvedTypes(); in AddImageSpace()
2512 auto* resolved_types = dex_cache->GetResolvedTypes(); in DumpObject()