Searched refs:GetStrings (Results 1 – 9 of 9) sorted by relevance
39 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()
136 GcRoot<String>* GetStrings() ALWAYS_INLINE SHARED_REQUIRES(Locks::mutator_lock_) { in GetStrings() function
133 SetDexCacheStrings(new_dex_cache != nullptr ? new_dex_cache->GetStrings() : nullptr); in SetDexCache()
204 void* dex_cache_element_address = &dex_cache->GetStrings()[string_index]; in ProcessLoadString()
460 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()
584 GcRoot<mirror::String>* orig_strings = orig_dex_cache->GetStrings(); in PatchDexFileArrays()
1068 GcRoot<mirror::String>* strings = dex_cache->GetStrings(); in RelocateInPlace()
207 EXPECT_EQ(klass->GetDexCacheStrings(), klass->GetDexCache()->GetStrings()); in AssertClass()
1288 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 ()()