Home
last modified time | relevance | path

Searched refs:GetResolvedTypes (Results 1 – 9 of 9) sorted by relevance

/art/runtime/mirror/
Ddex_cache-inl.h103 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()
Ddex_cache.h333 TypeDexCacheType* GetResolvedTypes() ALWAYS_INLINE REQUIRES_SHARED(Locks::mutator_lock_) { in GetResolvedTypes() function
/art/test/626-const-class-linking/
Dclear_dex_cache_types.cc31 dex_cache->GetResolvedTypes()[i].store(cleared, std::memory_order_relaxed); in Java_Main_nativeClearResolvedTypes()
/art/runtime/native/
Ddalvik_system_VMRuntime.cc368 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()
/art/dex2oat/linker/
Dimage_writer.cc463 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()
/art/patchoat/
Dpatchoat.cc915 mirror::TypeDexCacheType* orig_types = orig_dex_cache->GetResolvedTypes(); in PatchDexFileArrays()
/art/runtime/gc/space/
Dimage_space.cc1307 mirror::TypeDexCacheType* types = dex_cache->GetResolvedTypes(); in RelocateInPlace()
/art/runtime/
Dclass_linker.cc1300 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()
/art/oatdump/
Doatdump.cc2512 auto* resolved_types = dex_cache->GetResolvedTypes(); in DumpObject()