Searched refs:GetStrings (Results 1 – 6 of 6) sorted by relevance
65 return GetStrings()[StringSlotIndex(string_idx)].load( in GetResolvedString()71 GetStrings()[StringSlotIndex(string_idx)].store( in SetResolvedString()85 StringDexCacheType* slot = &GetStrings()[slot_idx]; in ClearString()312 GetStrings(), NumStrings(), visitor); in VisitReferences()329 StringDexCacheType* src = GetStrings(); in FixupStrings()
325 StringDexCacheType* GetStrings() ALWAYS_INLINE REQUIRES_SHARED(Locks::mutator_lock_) { in GetStrings() function
348 auto pair = dex_cache->GetStrings()[slot_idx].load(std::memory_order_relaxed); in PreloadDexCachesResolveString()498 auto pair = dex_cache->GetStrings()[j].load(std::memory_order_relaxed); in PreloadDexCachesStatsFilled()
475 DCHECK_EQ(dex_file->NumStringIds() != 0u, dex_cache->GetStrings() != nullptr); in PrepareDexCacheArraySlots()476 AddDexCacheArrayRelocation(dex_cache->GetStrings(), start + layout.StringsOffset(), dex_cache); in PrepareDexCacheArraySlots()1135 dex_cache->GetStrings()[slot_idx].load(std::memory_order_relaxed); in PruneAndPreloadDexCache()2451 mirror::StringDexCacheType* orig_strings = orig_dex_cache->GetStrings(); in FixupDexCache()
907 mirror::StringDexCacheType* orig_strings = orig_dex_cache->GetStrings(); in PatchDexFileArrays()
1299 mirror::StringDexCacheType* strings = dex_cache->GetStrings(); in RelocateInPlace()