Home
last modified time | relevance | path

Searched refs:GetStrings (Results 1 – 5 of 5) sorted by relevance

/art/runtime/mirror/
Ddex_cache-inl.h101 return GetStrings()[StringSlotIndex(string_idx)].load( in GetResolvedString()
107 GetStrings()[StringSlotIndex(string_idx)].store( in SetResolvedString()
143 StringDexCacheType* slot = &GetStrings()[slot_idx]; in ClearString()
371 GetStrings<kVerifyFlags>(), NumStrings<kVerifyFlags>(), visitor); in VisitReferences()
397 StringDexCacheType* src = GetStrings(); in FixupStrings()
Ddex_cache.h337 StringDexCacheType* GetStrings() ALWAYS_INLINE REQUIRES_SHARED(Locks::mutator_lock_) { in GetStrings() function
/art/runtime/native/
Ddalvik_system_VMRuntime.cc392 auto pair = dex_cache->GetStrings()[slot_idx].load(std::memory_order_relaxed); in PreloadDexCachesResolveString()
534 auto pair = dex_cache->GetStrings()[j].load(std::memory_order_relaxed); in PreloadDexCachesStatsFilled()
/art/dex2oat/linker/
Dimage_writer.cc705 DCHECK_EQ(dex_file->NumStringIds() != 0u, dex_cache->GetStrings() != nullptr); in PrepareDexCacheArraySlots()
706 AddDexCacheArrayRelocation(dex_cache->GetStrings(), start + layout.StringsOffset(), oat_index); in PrepareDexCacheArraySlots()
1271 dex_cache->GetStrings()[slot_idx].load(std::memory_order_relaxed); in ClearDexCache()
1375 dex_cache->GetStrings()[slot_idx].load(std::memory_order_relaxed); in PreloadDexCache()
2323 mirror::StringDexCacheType* strings = dex_cache->GetStrings(); in CollectStringReferenceInfo()
/art/runtime/
Dclass_linker.cc1547 dex_cache->GetStrings()[string_slot_index].load(std::memory_order_relaxed); in VisitInternedStringReferences()
1555 dex_cache->GetStrings()[string_slot_index].store( in VisitInternedStringReferences()