Home
last modified time | relevance | path

Searched refs:GetPreResolvedStrings (Results 1 – 7 of 7) sorted by relevance

/art/runtime/mirror/
Ddex_cache-inl.h89 GcRoot<mirror::String>* preresolved_strings = GetPreResolvedStrings(); in GetResolvedString()
121 GetPreResolvedStrings()[string_idx.index_] = GcRoot<mirror::String>(resolved); in SetPreResolvedString()
385 GcRoot<mirror::String>* const preresolved_strings = GetPreResolvedStrings(); in VisitReferences()
Ddex_cache.cc235 CHECK(GetPreResolvedStrings()[i].Read() == nullptr); in AddPreResolvedStringsArray()
Ddex_cache.h342 GcRoot<mirror::String>* GetPreResolvedStrings() ALWAYS_INLINE in GetPreResolvedStrings() function
/art/dex2oat/linker/
Dimage_writer.cc716 GcRoot<mirror::String>* preresolved_strings = dex_cache->GetPreResolvedStrings(); in PrepareDexCacheArraySlots()
2334 GcRoot<mirror::String>* preresolved_strings = dex_cache->GetPreResolvedStrings(); in CollectStringReferenceInfo()
3318 if (orig_dex_cache->GetPreResolvedStrings() != nullptr) { in FixupDexCache()
3321 orig_dex_cache->GetPreResolvedStrings(), in FixupDexCache()
/art/dex2oat/
Ddex2oat_test.cc2410 GcRoot<mirror::String>* preresolved_strings = dex_cache->GetPreResolvedStrings(); in TEST_F()
/art/dex2oat/driver/
Dcompiler_driver.cc733 dex_cache->GetPreResolvedStrings()[string_index.index_] = in ResolveConstStrings()
/art/runtime/
Dclass_linker.cc1568 dex_cache->GetPreResolvedStrings(); in VisitInternedStringReferences()