Home
last modified time | relevance | path

Searched refs:GetPreResolvedStrings (Results 1 – 5 of 5) 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()
384 GcRoot<mirror::String>* const preresolved_strings = GetPreResolvedStrings(); in VisitReferences()
Ddex_cache.cc191 CHECK(GetPreResolvedStrings()[i].Read() == nullptr); in AddPreResolvedStringsArray()
Ddex_cache.h340 GcRoot<mirror::String>* GetPreResolvedStrings() ALWAYS_INLINE in GetPreResolvedStrings() function
/art/dex2oat/linker/
Dimage_writer.cc505 GcRoot<mirror::String>* preresolved_strings = dex_cache->GetPreResolvedStrings(); in CollectStringReferenceInfo()
1051 GcRoot<mirror::String>* preresolved_strings = dex_cache->GetPreResolvedStrings(); in PrepareDexCacheArraySlots()
3315 if (orig_dex_cache->GetPreResolvedStrings() != nullptr) { in FixupDexCache()
3318 orig_dex_cache->GetPreResolvedStrings(), in FixupDexCache()
/art/dex2oat/
Ddex2oat_test.cc2274 GcRoot<mirror::String>* preresolved_strings = dex_cache->GetPreResolvedStrings(); in TEST_F()