Home
last modified time | relevance | path

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

/art/runtime/mirror/
Ddex_cache-inl.h39 return GetStrings()[string_idx].Read(); in GetResolvedString()
45 GetStrings()[string_idx] = GcRoot<String>(resolved); in SetResolvedString()
133 GcRoot<mirror::String>* strings = GetStrings(); in VisitReferences()
146 GcRoot<mirror::String>* src = GetStrings(); in FixupStrings()
Ddex_cache.h136 GcRoot<String>* GetStrings() ALWAYS_INLINE SHARED_REQUIRES(Locks::mutator_lock_) { in GetStrings() function
Dclass.cc133 SetDexCacheStrings(new_dex_cache != nullptr ? new_dex_cache->GetStrings() : nullptr); in SetDexCache()
/art/compiler/optimizing/
Dsharpening.cc204 void* dex_cache_element_address = &dex_cache->GetStrings()[string_index]; in ProcessLoadString()
/art/compiler/
Dimage_writer.cc460 DCHECK_EQ(dex_file->NumStringIds() != 0u, dex_cache->GetStrings() != nullptr); in PrepareDexCacheArraySlots()
461 AddDexCacheArrayRelocation(dex_cache->GetStrings(), start + layout.StringsOffset(), dex_cache); in PrepareDexCacheArraySlots()
1975 GcRoot<mirror::String>* orig_strings = orig_dex_cache->GetStrings(); in FixupDexCache()
/art/patchoat/
Dpatchoat.cc584 GcRoot<mirror::String>* orig_strings = orig_dex_cache->GetStrings(); in PatchDexFileArrays()
/art/runtime/gc/space/
Dimage_space.cc1068 GcRoot<mirror::String>* strings = dex_cache->GetStrings(); in RelocateInPlace()
/art/runtime/
Dclass_linker_test.cc207 EXPECT_EQ(klass->GetDexCacheStrings(), klass->GetDexCache()->GetStrings()); in AssertClass()
Dclass_linker.cc1288 GcRoot<mirror::String>* const image_resolved_strings = dex_cache->GetStrings(); in UpdateAppImageClassLoadersAndDexCaches()
1361 klass->SetDexCacheStrings(klass->GetDexCache()->GetStrings()); in UpdateAppImageClassLoadersAndDexCaches()
1484 GcRoot<mirror::String>* new_strings = klass->GetDexCache()->GetStrings(); in operator ()()