Home
last modified time | relevance | path

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

/art/runtime/mirror/
Ddex_cache-inl.h65 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()
Ddex_cache.h325 StringDexCacheType* GetStrings() ALWAYS_INLINE REQUIRES_SHARED(Locks::mutator_lock_) { in GetStrings() function
/art/runtime/native/
Ddalvik_system_VMRuntime.cc348 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()
/art/dex2oat/linker/
Dimage_writer.cc475 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()
/art/patchoat/
Dpatchoat.cc907 mirror::StringDexCacheType* orig_strings = orig_dex_cache->GetStrings(); in PatchDexFileArrays()
/art/runtime/gc/space/
Dimage_space.cc1299 mirror::StringDexCacheType* strings = dex_cache->GetStrings(); in RelocateInPlace()